A friendly place for programming greenhorns!
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
Author
HttpSession implementation in 2.1
Amond Adams
Ranch Hand
Joined: Nov 28, 2000
Posts: 62
posted
Dec 20, 2000 16:34:00
0
Hey,
How does
HttpSession
now internally implement without explicitly utilizing getSessionID()(deprecated in 2.1)?
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
1
posted
Dec 20, 2000 17:37:00
0
You can still get the ID of the session that belongs to your own
servlet
with getId()
Perhaps you are thinking of some other deprecated method?
Bill
Java Resources at
www.wbrogden.com
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: HttpSession implementation in 2.1
Similar Threads
How to get Servlet Context ?
Integrity contraint on finder method
ServletContext object
Cookies compression & decompression at client side
Ending a "specific" session
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter