Change session.cookie_lifetime

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
tironci
Forum Newbie
Posts: 1
Joined: Thu Dec 25, 2008 11:11 am

Change session.cookie_lifetime

Post by tironci »

hi

I am trying to change the session.cookie_lifetime parameter. i am running windows vista ultimate. i changed the session.cookie_lifetime to 600 in the php.ini file and i saved it. then i created a php file that gives the phpinfo() and i see that the session.cookie_lifetime has not changed, it still says 0. i have tried restarting IIS web server and i have even restarted windows but it still shows 0.

Does any one have any idea why i cannot change the lifetime of the cookie?
Post Reply