"Altmeier, Christian" <christian.altme...@softwareag.com> wrote:

>Yes we are using SSL.
>Tomcat 6.0.32
>Our connector config:
><Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
>redirectPort="8443" scheme="https" secure="true"
>proxyName="xxxx.xxxx.xx" proxyPort="443"/>
>
>-----Ursprüngliche Nachricht-----
>Von: Igor Cicimov [mailto:icici...@gmail.com]
>Gesendet: Montag, 5. November 2012 10:56
>An: Tomcat Users List
>Betreff: Re: AW: tomcat 6.0.32 stops expiring sessions
>
>On 05/11/2012 8:41 PM, "Altmeier, Christian" <
>christian.altme...@softwareag.com> wrote:
>>
>> No that's OK, I don't mean the time a user stays inactive for some
>minutes.
>> The session timeout is set to 66 minutes.
>> I have sessions which are inactive for 70 hours ...
>
>Which tomcat version? Are they SSL sessions by some chance? Actually
>can
>you post here your Connector config please?
>>
>> -----Ursprüngliche Nachricht-----
>> Von: Igor Cicimov [mailto:icici...@gmail.com]
>> Gesendet: Montag, 5. November 2012 10:26
>> An: Tomcat Users List
>> Betreff: Re: tomcat 6.0.32 stops expiring sessions
>>
>> On 05/11/2012 6:50 PM, "Altmeier, Christian" <
>christian.altme...@softwareag.com> wrote:
>> >
>> > Hi,
>> > I have a big problem. After some time, tomcat stops expiring
>sessions.
>> > We have enabled logging for
>org.apache.catalina.session.ManagerBase.
>> > So
>> we see that at first everything works fine and suddenly sessions
>didn't
>expire anymore.
>> > Before tomcat stops expiring sessions, it is noticeable that some
>> sessions need a lot of time to expire (10 - 30 minutes). In this
>time,
>other session expire as expected.
>>
>> Isnt that what you would expect if some users stay active for longer?
>Have you confirmed that the long lasting sessions are idle? I think
>default
>session timeout in tomcat is 30 minutes so are you saying you have
>changed
>that to a lower value but its not working?
>>
>> > I hope someone has an idea.
>> >
>> > Tomcat runs  on a 64bit Linux server.
>> >
>> > Greeting
>> > IDS Scheer Consulting GmbH
>> > Gesch?ftsf?hrer/Managing Directors: Michael Rehm, Ivo Totev
>> > Sitz/Registered office: Altenkesseler Stra?e 17, 66115 Saarbr?cken,
>> Germany - Registergericht/Commercial register: Saarbr?cken HRB 19681
>> > http://www.ids-scheer-consulting.com
>> >
>> IDS Scheer Consulting GmbH
>> Geschäftsführer/Managing Directors: Michael Rehm, Ivo Totev
>> Sitz/Registered office: Altenkesseler Straße 17, 66115 Saarbrücken,
>Germany - Registergericht/Commercial register: Saarbrücken HRB 19681
>> http://www.ids-scheer-consulting.com
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>IDS Scheer Consulting GmbH
>Geschäftsführer/Managing Directors: Michael Rehm, Ivo Totev
>Sitz/Registered office: Altenkesseler Straße 17, 66115 Saarbrücken,
>Germany - Registergericht/Commercial register: Saarbrücken HRB 19681
>http://www.ids-scheer-consulting.com
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>For additional commands, e-mail: users-h...@tomcat.apache.org

When you see the issue take a series of thread dumps and check that the 
background thread us not stuck on another activity.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to