Posted by samudasu on 02/23/06 15:41
The way sessions are cleaned up in php is confusing. Basically you
can't rely on session.gc_maxlifetime alone to kill sessions. Do some
more reading about session.gc_probability, session.gc_divisor, and
session.save_path in the session section of the php manual to learn
why. If you want to force a session to end after a certain amount of
time then something like what was mentioned before will probably work
better.
Navigation:
[Reply to this message]
|