On 3/14/2014 6:18 PM, Akash Jain wrote:
I want to redirect user to / with a query parameter to indicate that
session has timed out.


On Fri, Mar 14, 2014 at 4:01 PM, Leo Donahue <donahu...@gmail.com> wrote:

On Fri, Mar 14, 2014 at 3:48 PM, Akash Jain <akash.delh...@gmail.com
wrote:
Leo,
If any request comes after session timeout interval ... why would it go
into error ?

Perhaps because the request/response that was created with a session is no
longer valid after the session timeout.  What other option would you have
if not an error-page?


Hi, Akash-

Seems like a fairly simple filter could handle this by redirecting to the home page if the session is invalid and the home page isn't already the target.

-Terence Bandoian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to