Information
Logout users after the HTTP session timer expires.
Logging out users after the HTTP session expires syncs the session and the LTPA authentication token and prompts the user to login again when accessing the resource.
Solution
Set the logoutOnHttpSessionExpire attribute to true in the webAppSecurity element on ${server.config.dir}/configDropins/overrides/*.xml
<webAppSecurity logoutOnHttpSessionExpire="true" />