Maia,
In 4.0.4 and 4.1.7 (and probably all of 4.x), there is a commented out entry
in server.xml (with explanatory comments right before it). So it looks like
persistent sessions are _not_ enabled by default.
<!--
<Manager className="org.apache.catalina.session.PersistentManager"
debug="0"
saveOnRestart="true"
maxActiveSessions="-1"
minIdleSwap="-1"
maxIdleSwap="-1"
maxIdleBackup="-1">
<Store className="org.apache.catalina.session.FileStore"/>
</Manager>
-->
Regards,
Michael
----- Original Message -----
From: "Maia Zaharieva" <[EMAIL PROTECTED]>
To: "Tomcat User List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 7:13 AM
Subject: preconfigured persist sessions?
> is tomcat configured to use persist sessions?
> and if so - how can i tell tomcat to dont do so?
>
> thanks,
> maia
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>