As indicated in title, right now I have captured the event when the session is expired but the problem is now can I block all the requests which are sent to server(Tomcat) with or without Spring once the session is no longer valid.
As indicated in title, right now I have captured the event when the session
Share
Write a servlet filter and check if the session is not (yet) expired.