-
Mar 3rd, 2011, 12:49 PM
#1
Session Timeout
Is it possible to have different session timeouts for different sessions? (eg. for different users)
Is it possible to change the time out settings programatically (at runtime)?
Thanks!
-
Mar 3rd, 2011, 09:11 PM
#2
The session time is controlled by the container (not Spring Security) and by the time the session expires you will no longer know which user it is. The only way I can think of how to do this is to set the session expiration to the largest possible value. Each request you would check the session for the last time the session has been accessed and expire it if it had been too long according to the logged in user.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules