Hi ,

We are running tomcat 3.2.1 on WinNT with Apache Server 1.3.12, and here is the problem that we are facing with Session:

"HttpSession session = getSession(req)"
where req is the HttpServletRequest object.
is working fine with ServletRunner (provided by Jsdk2.0)

but when we start using it  with Tomcat,  
the session object is of type as follows:

HTTP Session = org.apache.tomcat.facade.HttpSessionFacade@8f04cf35

Is there any difference in :  Jsdk2.0 HttpSession Object & the above one ????

So whenever we try to access the current session object,   it seems that we get NULL object in Tomcat.

Please help me out in solving this problem...

Thanks in advance,
Anil
 
 
 
 
 
 

Reply via email to