Session handling - cookie not saved
Posted: Thu Apr 21, 2005 4:10 am
Hi everybody!
I encounter problem using the session_start() function: i'm not able to make saving on the client (IE or Firefox) the session cookie associated to the session variable on the server (php5+apache1.33 over winXp).
The function set_cookie works (the cookie is sent and saved on the client) but the session_start() doesn't save the session cookie...so if I would to keep a user autenticated a user after the browser closes, I can't!
I already configured the "session_use_only_cookies" in the php.ini.
My question is: the session cookie is a particular cookie, or can I find it with the other cookies (for example in the folder "cookies" for IE)?
thanks a lot for answers.
I encounter problem using the session_start() function: i'm not able to make saving on the client (IE or Firefox) the session cookie associated to the session variable on the server (php5+apache1.33 over winXp).
The function set_cookie works (the cookie is sent and saved on the client) but the session_start() doesn't save the session cookie...so if I would to keep a user autenticated a user after the browser closes, I can't!
I already configured the "session_use_only_cookies" in the php.ini.
My question is: the session cookie is a particular cookie, or can I find it with the other cookies (for example in the folder "cookies" for IE)?
thanks a lot for answers.