You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Th...@cellzome.com on 2003/04/04 12:27:01 UTC

How to disable persistent session ?

Hi,
I think this question has already been asked but not answered, so I submit
it again.
How can I disable persistent sessions in tomcat ?
Why is it enabled by default ?
thanks,

Thomas



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: How to disable persistent session ?

Posted by Filip Hanik <ma...@filip.net>.
you would have to setup a context element for a StandardManager and set the
path attribute to an invalid path or null.

<Context docBase=... bla=....>

   <StandardManager path="null"/>

</Context>


> -----Original Message-----
> From: Thomas.Gaudin@cellzome.com [mailto:Thomas.Gaudin@cellzome.com]
> Sent: Friday, April 04, 2003 2:27 AM
> To: tomcat-user@jakarta.apache.org
> Subject: How to disable persistent session ?
>
>
> Hi,
> I think this question has already been asked but not answered, so I submit
> it again.
> How can I disable persistent sessions in tomcat ?
> Why is it enabled by default ?
> thanks,
>
> Thomas
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org