On 04/11/10 14:56, Alexander Holodny wrote:
Inc session.cache_expire. You have only 3 minutes.
This means browser will drop cookie containing session id in three
minutes, or even less, of clients inactivity.

According to the PHP manual:

"session.cache_expire specifies time-to-live for cached session pages in minutes, this has no effect for nocache limiter."

So the value of session.cache_expire should be ignored, as session.cache_limiter is set to nocache.

Paul

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to