aspose file tools
The moose likes Servlets and the fly likes usage of session variables Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "usage of session variables" Watch "usage of session variables" New topic
Author

usage of session variables

Shobana Sukumar
Greenhorn

Joined: Nov 24, 2005
Posts: 17
is it possible to use more than one session variable inside the same servlet?
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Yes, you can create as many as you like.

Can you describe what you are trying to do?


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: usage of session variables
 
Similar Threads
ASP
Session problem in NetBeans
Field set in action method coming null in JSP
Advice on persisting complex state across multiple server trips
Alternative to Cookie?