Ok, I don't know what is wrong. I thought I had this working before.
Yet when I stop and restart Tomcat I loose my session. Even though I see
the file being saved.
<Context path="" docBase="ROOT" debug="0">
<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"
directory="/root/sessions" />
</Manager>
</Context>
Can someone shed some light on this and let me know what is wrong with my
configuration?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]