I have the following problem:
i've set my cookie path to:
www.websiteurl.com/board
now i buyed a new domain for the board:
www.board.com
now everyone that access the board thru
www.websiteurl.com/board has no problems, ofcourse the cookie path is set to that url. Everyone that access the board thru
www.board.com has 2 relogin every time they access a page etc... thats because the cookie path is set to
www.websiteurl.com/board.
Can i fix this problem with above code? Does i have 2 put the code on every page or just only in the header?