|
|
Question : FreeBSD 6.2, Apache 2.2, PHP5 & Cookies
|
|
I recently moved my website from a Debian-based Web server to FreeBSD 6.2. Everything seemed to be great, until today I noticed that the cookie from the "Remember Me on this PC" check box no longer works. Is there a package that needs to be installed on FreeBSD or Apache 2.2 to allow cookies?
|
Answer : FreeBSD 6.2, Apache 2.2, PHP5 & Cookies
|
|
No typical no special package or extension needed to handle cookies with php. Depending on your programming you should always use $_COOKIE['rememberme'] to access the cookie for reading. Did you also changed the domain name?
|
|
|
|
|