Resolve "Popup on expired session"
Compare changes
Notifies the user when his session has expired as requested in #338 (closed).
HttpSessionConfig
and the new listener class to their own session
package.global.js
, but I couldn't think of a better way to listen for such events. Currently websockets aren't hooked into HttpSession so they don't close when the session expires, although that may be a good thing it may be unintended. With this MR the socket is closed after the user receives the session expired notification.