Hi All,

Jim and I used to work together, so we had a reunion of sorts and solved
this between us.

For orion-interest, the up shot is that <%@ page session="false" %> needs
to be set in the JSP page (at first, I'd suggested looking at the
<session-tracking> element in the two orion-web.xml files for the default
web application and for Jim's web application, respectively).

Have fun! 

Jay Armstrong
[EMAIL PROTECTED]

At 10:43 AM 3/6/01 -0500, you wrote:
>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