The session is not created by Struts, it is the behaviour of web (servlet)
container.
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSession.html
http://e-docs.bea.com/wls/docs81/servlet/progtasks.html#159622

However, you can configure Session Persistence with WebLogic Server,
http://e-docs.bea.com/wls/docs81/webapp/sessions.html#session-persistence

Regards

On 12/7/05, Baker, Russ A <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
>
>
> I am trying to figure out how to stop Struts from creating a session.
> What seems to happen is that once I call an action, a session is
> created. This is a problem because when I want to gracefully shut down
> my server, it complains that I still have an active session. Is there a
> way to configure Struts so that it does not create a session when an
> action is called?
>
>
>
> Thanks in advance,
>
>
>
> Russ Baker
>
>
>


--
Yujun Liang
[EMAIL PROTECTED]

Reply via email to