Re: [PHP] Making a Timeout Expiration Length to Session Variables

2013-07-08 Thread Karim Geiger
Hi, On 07/08/2013 05:10 AM, dealTek wrote: > Hi all, > > I would like to make a timeout length to session variables, so that if a user > didn't use the browser page for let's say 5 minutes - the session variables > would expire and the user would need to login again. > > > Q: What's the best

[PHP] Making a Timeout Expiration Length to Session Variables

2013-07-07 Thread dealTek
Hi all, I would like to make a timeout length to session variables, so that if a user didn't use the browser page for let's say 5 minutes - the session variables would expire and the user would need to login again. Q: What's the best way to implement this functionality? -- Thanks, Dave - Dea