Re: [OT] Logout Page

2006-07-20 Thread Matthias Wessendorf
check http://irian.at/myfaces-sandbox/timedNotifier.jsf but I guess it is buggy :) On 7/20/06, Dennis Gesker <[EMAIL PROTECTED]> wrote: My current plan was to add a bit of java script that would just redirect to a logout message after the the session timeout period was reached (say 30 minutes).

Re: [OT] Logout Page

2006-07-20 Thread Dennis Gesker
My current plan was to add a bit of java script that would just redirect to a logout message after the the session timeout period was reached (say 30 minutes). I guess I was wondering if there was already a standard way that this kind of scenario should be handled kind of like error pages in t

RE: [OT] Logout Page

2006-07-20 Thread David Friedman
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.isRequestedSes