Re: [PHP] to check idle time of users

2006-03-15 Thread Jochem Maas
Peter Lauri wrote: Miles, Please do not scare away people from the list. There can be many reasons why he asks this question without looking at the documentation first. I don't think the idea was to scare him away so much as scare him _to_ the docs... everyone who has been there knows it

RE: [PHP] to check idle time of users

2006-03-15 Thread Peter Lauri
bject: Re: [PHP] to check idle time of users At 09:32 AM 3/15/2006, suresh kumar wrote: >in windows,if user idle for 1 minute,his desktop >screen is changed to screen saver.i like to implement >the same logic in my project if user is idle for 3 >minutes its session will have to autom

Re: [PHP] to check idle time of users

2006-03-15 Thread Miles Thompson
At 09:32 AM 3/15/2006, suresh kumar wrote: in windows,if user idle for 1 minute,his desktop screen is changed to screen saver.i like to implement the same logic in my project if user is idle for 3 minutes its session will have to automatically destroy.i am waiting for or response. Fergawdsake

RE: [PHP] to check idle time of users

2006-03-15 Thread Jay Blanchard
[snip] in windows,if user idle for 1 minute,his desktop screen is changed to screen saver.i like to implement the same logic in my project if user is idle for 3 minutes its session will have to automatically destroy.i am waiting for or response. [/snip] Wow dude, you really have never RTFM and do

[PHP] to check idle time of users

2006-03-15 Thread suresh kumar
in windows,if user idle for 1 minute,his desktop screen is changed to screen saver.i like to implement the same logic in my project if user is idle for 3 minutes its session will have to automatically destroy.i am waiting for or response.