This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes About session id Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "About session id" Watch "About session id" New topic
Author

About session id

siva prakash
Ranch Hand

Joined: Aug 24, 2004
Posts: 80
Hi all ,

who will set the session id , is it session creator or server . if it is server , can programmer change it .



thanks
siva
Mala Sharma
Ranch Hand

Joined: Oct 29, 2004
Posts: 76
Hello Siva,

As i understand it, when you create a new session by:

Servlet container sets the session id and passes it along with the response. I don't think you can reset session id because that's used by the container to recognize you when you make another request.I'm also a newbie. Could someone please clarify if my understanding is correct?

Regards,
Mala
[ April 01, 2005: Message edited by: Mala Sharma ]
 
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: About session id
 
Similar Threads
distinguishing 2 browsers in the same session.
Same SessionID after invalidating Session
Difference between Cookies and Session in servlets
Getting session info based on Session Id
Regarding conversational web services