I've created a login webpage that sends a userId and password to a Java servlet via javascript. When the servlet validates the credentials, it sends a response to the webpage, and I store the userName in sessionStorage by using: I've created a login webpage that sends a userI