Hi All
I configured on conf/web.xml session timeout on 180 minutes and on my
web.xml too.
I have the following context.xml
<Context  path="/trayectorias" docBase="trayectorias"
relodable="false" crossContext="false" privileged="true" debug="99">


        <Manager className="org.apache.catalina.session.StandardManager"
            debug="0"
            checkInterval="60"
               
entropy="asdfghjklASDFGHJKLwefgbnmASDFGHJKLwedfgbhnxcvfghjukifgbhn"
            maxActiveSessions="-1"
            pathname =""
            maxInactiveInterval="-1">
        </Manager>
        <Realm className="org.apache.catalina.realm.MemoryRealm"
             debug="99"
pathname="webapps/trayectorias/WEB-INF/classes/resources/trayectorias-users.xml"/>

</Context>

session crash very often.
it crashes while working too, without leaving any inactivity as well

I tried with tomcat 4.1, 5.5.5, 5.5.7,5.5.12 on windows  xp and  on linux
I tried with session.PersistentManager too.

I'm working with struts and problem deals when I deal with a big
object in session
I though it was an heap size problem.
I allocated 500m to the heap and I noticed it crashed when tomcat had 400M free.
Session get destroyed without any apparent reason so user is just trowed out

I've been dealing with this for 2 months, and it looks as just me I
have this problem.
So probably I'm doing some stupid thing, but I can't get it

Please help

Thanks for attention

                                  Alessandro!

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

Reply via email to