RE: [PHP] Session not time out if server has NO visit in 30 minut es? From: Jason Murray (Jason.Murray <email protected>)
Date: 11/15/00

> But the funny thing I found out is, by changing
>
> session.cookie_lifetime = 0
>
> to
>
> session.cookie_lifetime = 1200
>
> Netscape Navigator browser works - it accepts the cookie, but
> in IE, seems it did not get any cookie.
>
> But if I change it back to 0, IE could work, just don't timeout in 30
> minutes.

Make it even bigger, like 2 hours. MSIE seems to have issues with daylight
saving(!) for some reason. :\ (I had to set a client's site to 2 hrs instead
of 30 mins)

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>