|
Help with static variables
I'm developing a web application using Tomcat 4.1 on windows XP.
On login I calculate the path of my application using
application.getRealPath(request.getContextPath())
and store this value in a static variable of a class.
Now I want to know whether this value will be set throughout the session
thanks
bbq
|