Forum Moderators: phranque

Message Too Old, No Replies

cookie dont get saved

cookie, apache

         

sallam

12:40 am on Nov 18, 2004 (gmt 0)

10+ Year Member



Hi

I have a forum, and its login cookie dont get saved in users' browsers. Could this be related to apache specific settings?
I'm wondering, because I've just moved my wbsite, and cookies worked fine in the old host. It does not work anymore since I moved to another host.

moltar

12:54 am on Nov 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Did you change domains? If so did you change domain in the cookie?

sallam

3:00 am on Nov 18, 2004 (gmt 0)

10+ Year Member



no, same domain.

jdMorgan

3:23 am on Nov 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you changed from an earlier version of Apache to Apache 1.3.x or above, and are using Apache to set the cookies, then you'll need to change from mod_cookies to mod_usertrack -- the module name was changed in Apache 1.2 or 1.3.

If you did not change server versions and are using Apache to set the cookies, then make sure that mod_usertrack is compiled-in and loaded.

If you are using some other method to set cookies, please describe it so we'll know which way to go from here.

Jim