The console table sends a 401 to the login page rather than leaving a dead table behind an expired session (web/skins/classic/views/js/console.js:185-188, via authFailureAction/goToLogin). The events list does not do this, and it is where sessions tend to expire, since it is the page people leave open.
Same for the log view. Worth applying the console handler's authFailureAction check in both.
Raised out of #5081, where @connortechnology suggested it belongs in its own issue.
The console table sends a 401 to the login page rather than leaving a dead table behind an expired session (
web/skins/classic/views/js/console.js:185-188, viaauthFailureAction/goToLogin). The events list does not do this, and it is where sessions tend to expire, since it is the page people leave open.Same for the log view. Worth applying the console handler's
authFailureActioncheck in both.Raised out of #5081, where @connortechnology suggested it belongs in its own issue.