LDEV-4293 Skip session creation when displaying error page If the error was HTTP session being stale or incorrectly invalidated, we should n…
Show more
LDEV-4293 Skip session creation when displaying error pageIf the error was HTTP session being stale or incorrectly invalidated, weshould not try to use the same session to display the error page. Theerror page should not require a session at all.Also if making a decision which session to invalidate in case of doublelogin, always invalidate the other session and not current one asotherwise it can lead to a loop of self-invalidating sessions.
Show less