I am creating a new Session in LoginAction.java while the user logs in as ,


HttpSession session = request.getSession(true);

Some values are being set in the session from my Login class as,
...