> I am trying to find out why is the session created when I did not create
> the session in my code.
>
> --
> Rajeev
>

Well, I believe Struts 2 internally does request.getSession(false) to
prevent creating sessions when there isn't one... Which interceptor
stack are you using? You could also try adding <% @page session=false
%> in your JSPs and see if that helps.

Nils-H

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to