does anybody know if there is a function in php to check the idle time of a user, so as when timed out, the pages refreshes itself
thanks
Alex D.
such a function should be on the client side, and PHP is server side, may be try using javascript and catching events in order to time out some session and then refresh.