Greetings,
I am trying to use a
servlet filter to detect for session timeout in order to redirect back to the login page.
Question 1. how to capture the HTTP page they were 'on' (which I assume will be in the history) when the session expired in order to bring tham back after they log in?
Question 2. In Filter Chaining, how do I specify multiple resources in the web.xml, to avoid looking at .gif, .jpg, etc.
Here's the initial Filter:
AND the web.xml:
Am I in the BallPark?