Logout and redirect user when session expired

When a client's session stayed open for longer than the application's session timeout limit, it gets a session timeout exception at its first request from server. A good web application should handle this case and redirect the user to the appropriate page when its session expired

When a client's session stayed open for longer than the application's session timeout limit, it gets a session timeout exception at its first request from server. A good web application should handle this case and redirect the user to the appropriate page when its session expired