DA Auto Logout

Gadget

Verified User
Joined
Jun 16, 2003
Messages
50
Location
Alabama, USA
Ok, I know how to use FAIL_URL and LOGOUT_URL but is there something that will work if someone times out for inactivity? This would be useful :)
 
Hello,

Not currently. The reason for this is that before the session file is read, all expired sessions are deleted (based on last access). The logout/expired url would be stored in the session, so if the session expires, the data will be gone. If I'm to implement this, I'd have to change the session functionality a bit. I can see this being implemented in a month or so, when we get more major items out of the way.

John
 
Back
Top