Re: [PHP-DB] Session Timeout question

2010-04-18 Thread Chris
Karl DeSaulniers wrote: What is the best way to set a user timeout on a session? Say if the user steps away from their computer for say 5 min, and they come back to the page they were on, I want when the user clicks something for the session to kick them off and redirect to login saying their s

[PHP-DB] Session Timeout question

2010-04-16 Thread Karl DeSaulniers
What is the best way to set a user timeout on a session? Say if the user steps away from their computer for say 5 min, and they come back to the page they were on, I want when the user clicks something for the session to kick them off and redirect to login saying their session has timed out.