All users are experiencing a weird behavior: after logging in, if they close the tab of Maximo webapp without actually SIGNING OUT, and if they input the login page address into the address bar again, the browser only will give a white screen -- the connection seems to be there, but the content won't show.
The way to work around is if they forgot to click signing out, they have to close the browser all together then reopen the browser, but this annoyance disrupt other tasks that use the browser. Is this because the JSP session is still stored in the browser? Is there any way to handle this so that a user can close the tab whenever they want to and reopen the webapp at ease, even if they forget to properly sign out?