aspose file tools
The moose likes Servlets and the fly likes session tracking Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "session tracking" Watch "session tracking" New topic
Author

session tracking

Jothi Pandyan
Greenhorn

Joined: Sep 11, 2000
Posts: 11
which is the best way to track a session?
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
dear friend,
Using HttpSession object is the best way to track the session as it is implemented by the underlng structure of cookies and URLrewriting.any type of objects can be shared as well as any no. of objects can be shared.
with regards
balraj
 
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 tracking
 
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?