Information
When a user tries to access a session owned by another user, the UnauthorizedSessionRequestException is raised so the user cannot continue.
If this is set to true, there is no exception raised. The only reason to enable this is to suppress the exception when the session is accessed after a user's token is expired.
Solution
Set the invalidateOnUnauthorizedSessionRequestException attribute to true in the httpSession element in the ${server.config.dir}/configDropins/overrides/<any file name>.xml
<httpSession invalidateOnUnauthorizedSessionRequestException="true" />