aspose file tools
The moose likes Servlets and the fly likes deprecated session methods-need new??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "deprecated session methods-need new???" Watch "deprecated session methods-need new???" New topic
Author

deprecated session methods-need new???

preeti dengri
Ranch Hand

Joined: Nov 30, 2000
Posts: 111
Hi,
what are the current methods for the Session object to put and get the value?
the deprecated methods are
session.getValue(String)
session.putValue(String,Object)
Karthik Guru
Ranch Hand

Joined: Mar 06, 2001
Posts: 1209
Tomcat comes with jsp/servlet docs.
it's,
void setAttribute(String,Object)
Object getAttribute(String)
karthik.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: deprecated session methods-need new???
 
Similar Threads
Can i use stop() to stop the thread.
Which methods may cause a thread to stop executing?
Session Tracking in Wap
Session tracking in WAP
not able to catch exceptions from jsp page