Hi,

I have a case where I would like to get the session from sessioncontext
using sessionid.
As 2.3 spec says that    the below method is deprecated and has no
replacement
and returns null.
String sessID = request.getParameter("sessid");
HttpSession foriegnsession = sessionContext.getSession(sessID); //deprecated
and returning null

I have used above approach in my prev projects and was successful, And now
this is deprecated,
Is there any approach to get the HttpSession object using sessionid.?
If not are tomcat-users / application-developers cheated?

bye
rayaku


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to