Dear all
I found that the session files in /tmp are not deleted for few days
In php.ini, I hv set
session.cookie_lifetime = 0
session.gc_maxlifetime = 100
session.gc_probability = 100
when will session files be deleted? How can I set the timeout period?
I would like the session files to be deleted after the client timeout.
Thanks
cafe