I am sure this has been asked before, but is there a way to timeout users, so that if they are inactive for more than say 30 mins they are "logged out"?
Any pointers would be great.
Cheers Az
------- Eagles fly!, but weasels don't get sucked into jet engines.
By default, Sessions are destroyed after 20 minutes of inactivity on the server. But that could have been changed by the server admin.
I'm not sure about this, but you could probably set the Session to timeout after a specified amount of time in the asp pages. Hopefully someone will correct me in this if I'm wrong.