View Single Post
  #1 (permalink)  
Old 06-28-2007, 05:20 AM
bbq bbq is offline
Senior Member
 
Join Date: Jun 2007
Posts: 134
bbq is on a distinguished road
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
Reply With Quote
Sponsored Links