aspose file tools
The moose likes JSF and the fly likes Session Expiration - Facelets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Session Expiration - Facelets" Watch "Session Expiration - Facelets" New topic
Author

Session Expiration - Facelets

Gaurav Kushwaha
Greenhorn

Joined: May 20, 2009
Posts: 19
Hi,

I have 2 scenarios ---

1. I am opening my application as a web page and performing some task. After the task, I am not touchhing the page for around say 30 min.
Then I am going back to the page again to perform some action. Its the redirects me to the login page and and asks me to relogin.

2. I am opening my application as a web page and performing some task. After the task, I am locking my system and not performing any operations as such. When I come back after say 30 min and try to perform any operation, its giving me session expired page (I have added a session expired page on before phase method of Phase Listner).

Is this normal ?

 
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: Session Expiration - Facelets
 
Similar Threads
TimeOut Message : Please Help
IE back button
User Idle Time?
Session Management
Application logout problem