Re: [PHP] Trigger an action on session timeout - feature request?

2007-11-12 Thread Tomas Telensky
UEST['screename']; >$password = $_REQUEST['pword']; >$login = clean($login); >$password = clean($pword); >$user = checkLogin($login,$pword); >if (!is_null($user)) { > $tbaged = true; >} > } > > if (!$tbaged) { >session_

[PHP] Trigger an action on session timeout - feature request?

2007-11-12 Thread Tomas Telensky
Hi, Is there any possibility to trigger an action when the session is inactive for some time? I need to log users' login and logout, and so I need to know about logouts caused by timeout. Neither there seems to be a possibility of a workaround like walking through all my sessions for timeouted o