Oct 15, 2001 #1 rhull Programmer Joined May 23, 2001 Messages 46 Location US Is there a way to have global vars like ASP session variables with JSP (w/o using beans?) -Thanks Ryan
Is there a way to have global vars like ASP session variables with JSP (w/o using beans?) -Thanks Ryan
Oct 15, 2001 #2 wushutwist Programmer Joined Aug 3, 2000 Messages 984 Location US No such thing as a global variable in Java. You could put things in the Servlet Context if you needed to access them throughout your Web Application. Upvote 0 Downvote
No such thing as a global variable in Java. You could put things in the Servlet Context if you needed to access them throughout your Web Application.