Actually, Someone gave me the answer to this. Thanks. It's actually a page
directive I missed. I should have thought to look there.
Thanks anyway.
Jim
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi
(Chile)
Sent: Tuesday, March 06, 2001 3:20 PM
To: Orion-Interest
Subject: RE: JSP Session setting
<session-config> tags in web.xml should do it...
HTH
JP
> -----Original Message-----
> From: Jim Carroll [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 06, 2001 12:44 PM
> To: Orion-Interest
> Subject: JSP Session setting
>
>
> I'm not sure if this is the correct place to ask this
> question but is there
> a way to turn off the session tracking in the jsp compiling in orion?
> Currently, no matter how you set the <session-tracking> tag in the
> configuration, when jsps are compiled the following line are
> ALWAYS there:
>
> HttpSession session;
> session = request.getSession(true);
>
> It seems that this will hinder performance in a clustered
> environment where
> only some of the applications require sessions.
>
> Is there a way to turn this off at a page or application level?
>
> Thanks
> Jim
>
>