Feature #251
handle http session expiry
Status:
New
Priority:
Normal
Assignee:
-
Start date:
06/24/2025
Due date:
% Done:
0%
Estimated time:
Description
Expired sessions are destroyed, currently this is caught only in SeleniumConfig.sessionDestroyed (HttpSessionListener).
(and subsequent http requests that require authorization are forbidden)
But the websocket remains open.
Server could (should?) close it with the appropriate code.
Websocket session keeps HttpSession in HTTP.SESSION attribute, SessionManager tracks all sessions and clients, Client contains websocket session.