I want my servlet page to redirect to a login page if the session has timed out. How can I know if my session has timed out?
Related Questions
- After a user session times out, instead of a redirect to the login page, the session-timeout page is displayed. How do I resolve that error?
- I want my servlet page to redirect to a login page if the session has timed out. How can I know if my session has timed out?
- i want to make case-unsensitive in the login page in servlet ?