Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Session Tracking problem with Tomcat 3.2.1 & Netscape


Message #1 by soniab@v... on Tue, 11 Sep 2001 06:02:21
Dear Sonia,

  When the first jsp page you call create a
session-level variable and store a value in that. This
directly fixes the session for the predetermined
period before it times out. Then all pages will be
under the same session.

regards,
indranil.



--- soniab@v... wrote:
> Hi,
> 
>   In my application all the jsps & servlets are
> running in Tomcat 3.2.1 
> and the ejbs are deployed on Weblogic Server.I am
> facing problem while 
> tracking the session between the jsp & servlet.For
> each jsp hit a new 
> session is created.This problem occurs only in
> Netscape whereas in IE 
> everythings perfect.One solution is to pass the 
> parameter ' ;jsessionid=session.getId()' with every
> jsp call but i guess 
> there is a better solution than this.Please let me
> know.
> 
> Thanks,
> 
> Sonia.
> 
> 

  Return to Index