Oct 15, 2001 #1 rhull Programmer May 23, 2001 46 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 Aug 3, 2000 984 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.