File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Session Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Session" Watch "Session" New topic
Author

Session

Sarthak Kanungo
Greenhorn

Joined: Sep 10, 2007
Posts: 13
What is session in servlet?
how session management is done?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

These are basic questions best answered by working through a tutorial or reading the Servlet Specification. Links to the Spec are available in the Servelts FAQ.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
sudhir nim
Ranch Hand

Joined: Aug 29, 2007
Posts: 212

Checkout this tutorial
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Session-Tracking.html


[Servlet tutorial] [Servlet 3.0 Cook Book]
 
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: Session
 
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?