JSP Session setting

2001-03-06 Thread Jim Carroll
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:

RE: JSP Session setting

2001-03-06 Thread Juan Lorandi (Chile)
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

RE: JSP Session setting

2001-03-06 Thread Jim Carroll
: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

Re: JSP Session setting

2001-03-06 Thread Jay Armstrong
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

Re: JSP Session setting

2001-03-06 Thread SCOTT FARQUHAR
AFAIK the session object is implicit to the page, such as request, response etc. It is part of the spec. [EMAIL PROTECTED] 03/07/01 01:43am 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?