Hi All,

When we re-start tomcat, we want a new session. We don't want the
persistant behaviour of tomcat.

In server.xml, we made the added the following :

<Manager className="org.apache.catalina.session.PersistentManager"
              debug="0"
              saveOnRestart="false"
              maxActiveSessions="-1"
              minIdleSwap="-1"
              maxIdleSwap="-1"
              maxIdleBackup="-1">
                <Store
className="org.apache.catalina.session.FileStore"/>
          </Manager>

Is this the correct configuration ? With this , we still are un able to
disable the persistancy. The sessions get stored on the hard disk.

Please let us know on how to disable sessions being saved on to the
memory.

Thanks in Advance,
Sarika


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

Reply via email to