<%@ page import="user.UserLoggedIn" %>
I am able to work on the methods but my query is:
Quote:
If I have static variables inside it, do they retain the value throughout the whole session or even after closing the session?
In a bean, I can use scope="session"
Is there any similar way to do it in classes?
