RE: Session timeout mystery

2002-07-19 Thread HC Hammerstoft, InterResearch A/S
Yes the servlet writes sessionId to system out when hit. eg.: 13:43:05, id=g5atkj09w1 14:08:06, id=g5atkj09w1 14:33:06, id=g5atkj09w1 > Have you verified that the reload requests have > hit the server ? (access.log or own log in the doGet) > > Some browser have there own opinion if and when they

AW: Session timeout mystery

2002-07-19 Thread Ralph Einfeldt
rstoft, InterResearch A/S [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 19. Juli 2002 12:08 > An: Tomcat Users List > Betreff: Session timeout mystery > > We run a servlet based web application where the main window refreshes > itself after 25 minutes (1500 secs) if unchanged. The session

Session timeout mystery

2002-07-19 Thread HC Hammerstoft, InterResearch A/S
Hi, We are experiencing a strange problem with session timeout. We run a servlet based web application where the main window refreshes itself after 25 minutes (1500 secs) if unchanged. The session timeout in web.xml is set to 30 minutes (1800 secs). The refresh is to keep the session tracking al