> I thought that php works as you wrote. But sometimes I find that much
> older session are still "alive". I have 1440secs for maxlifetime, and
> if I bookmark a page with the session id I can use it till days or
> even weeks (I haven't tested longer time period :))
Are old files being re-used, or instead, is the session ID in the bookmark
causing PHP to create a new session file with that old ID? That has been my
experience: if a bookmark contains the session ID, PHP will re-use the old
session file if it still exists, but if the old file has been cleaned up,
then PHP will create a new session using the old ID in the bookmark.
Do you have access to the /tmp directory? If so, try to track this.
Kirk
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]