PDA

View Full Version : DA Auto Logout


Gadget
09-06-2003, 01:19 AM
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 :)

DirectAdmin Support
09-06-2003, 10:19 AM
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