Just add a Servlet Filter class that checks for the session.  When then come
in each time, see if the cookie for the JSESSIONID matches the session using
HttpServletRequest methods like request.isRequestedSessionIdFromCookie() or
request.isRequestedSessionIdFromURL() WITH and
request.isRequestedSessionIdValid()

Regards,
David

-----Original Message-----
From: Dennis Gesker [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 20, 2006 2:56 PM
To: MyFaces Discussion
Subject: [OT] Logout Page

Could someone point to an example of how to have a user directed to a
page when their session ends?

Reply via email to