Ruckus wrote:is there such a thing in PHP ?
i have a member site, and would like people who have signed in and then idle for, say 20 mins, to be automatically logged out (well for their session to expire)
Cant find anything in the documentation, can anyone help or suggest anything ?
Many Thanks.
Hi!
1You can use cookie session sets timeout
http://ua2.php.net/manual/en/features.cookies.php
2Output buffer (if your PHP is 4.1.x or higher)
http://ua2.php.net/manual/en/ref.outcontrol.php
3session-cache-expire(experimental)
http://www.php.net/manual/en/function.s ... expire.php


