aspose file tools
The moose likes Other Application Frameworks and the fly likes Redirect user to current page after session timeout without error when user resumes again Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Redirect user to current page after session timeout without error when user resumes again" Watch "Redirect user to current page after session timeout without error when user resumes again" New topic
Author

Redirect user to current page after session timeout without error when user resumes again

rajeev yadav
Greenhorn

Joined: Mar 28, 2011
Posts: 26
Joined: Mar 28, 2011
Posts: 23
posted Today 1:34:07 PM 0
Hi All,

I have below requirement:
1. Expire user session after 15 min
2. When user resumes, a new session should be created and for end user application should work like session was never expire. Means, he should be allowed to resume to work from same state where he was in application without any errors.

For 1st thing, I have set session timeout in web.xml. For second part, I would like to know this can be handled. Any pointers are highly appreciated.

Thanks,
Rajeev
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Redirect user to current page after session timeout without error when user resumes again
 
Similar Threads
warn the user before session timeout & login back when session time out is over
J2EE Session Expires with Large File Upload
My session expire even while I working on it
How to prompt user that session is going to time out ?
Redirect user to current page after session expire when the user resumes