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

Reply via email to