Yep, JSPs automatically create sessions (part of the JSP spec certainly).

To turn session off
put <%@ page session="false" %> in your JSP.

Beware, that web frameworks such as struts may also create sessions for other purposes (eg, storing the locale).
you may also turn this off

Hope it helps


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to