Forum Moderators: coopster
As for implementation, I usually just set a timer with a session var
$_SESSION['active] = now();
for example and then check that on every page call and redirect to login if the time allowance is exceeded. You can't really count on the session garbage collection to do this on any precise schedule unless you build your own session handlers.