Once we set the session using session.setAttribute(). Will it stay active for the duration of session timeout set in WEB.XML
(I am using tomcat server).
How can the user manually logout and create a new session(before the session timeout). Do we have to use session.inactivate method.
Thank you in advance.


