Originally posted by Vassili Vladimir:
Hi,
Check for a specific token in the session, if that token is not there, do the redirection, otherwise, do your normal work.
Get a reference to the current instance of the FacesContext, which you use to get an instance of the ExternalContext, which has a method named getSession() that references to the HttpSession object.
Let me know what happens with you ...
Best of luck ...
The idea Sounds interesting,I would try this and let you know
Thanks