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.
>
>