| Posted: 08 Jul 2009 13:08 Last Edited By: touch |
|
|
|
Registered User Currently Offline
|
Posts: 29
Join Date: Jan 2008
|
Ok, here is the little problem I've go here. I have forum installed in /board/ directory. Is it possbile to set the cookies from the root domain, and not from "domain.com/board"?
I'd like to use this cookie in another php application (to check if the user logged in or not) but I can't get it working. Tried to change the $cookiedomain variable in seo-board_options. No luck. Need some help with this. Thanks
|
| Posted: 08 Jul 2009 15:15 |
|
|
|
Registered User Currently Offline
|
Posts: 29
Join Date: Jan 2008
|
Solved
$cookiepath = '/';
|