Session handling - cookie not saved

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nabucodonosor
Forum Newbie
Posts: 8
Joined: Tue Feb 15, 2005 3:22 am
Location: Verona, Italy
Contact:

Session handling - cookie not saved

Post by nabucodonosor »

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.
nabucodonosor
Forum Newbie
Posts: 8
Joined: Tue Feb 15, 2005 3:22 am
Location: Verona, Italy
Contact:

Post by nabucodonosor »

No one has exeperienced a similar problem?
Post Reply