What really happens at the container side when the session is timed out?
I a configure a sessiontimeout.jsp to be displayed. I want to know if what is the flow from session time out to display of jsp from the container perspective
Is there a difference between session time out and session invalid?
Does the container takes care of session time out or it has to be programatically done?