Duplicate Sessions Tomcat 4.1.24

2003-09-18 Thread Andy Chapman
I have a deployed web app with a medium size user base (~500) which recently went live. The app relies on the session to retrieve user information. The session usage is simply to store a couple of ids (Strings) and retrieve them from the session to lookup data. This all works perfectly with a

Re: Duplicate Sessions Tomcat 4.1.24

2003-09-18 Thread Remy Maucherat
Andy Chapman wrote: I have a deployed web app with a medium size user base (~500) which recently went live. The app relies on the session to retrieve user information. The session usage is simply to store a couple of ids (Strings) and retrieve them from the session to lookup data. This all works

RE: Duplicate Sessions Tomcat 4.1.24

2003-09-18 Thread Andy Chapman
Subject: Re: Duplicate Sessions Tomcat 4.1.24 Andy Chapman wrote: I have a deployed web app with a medium size user base (~500) which recently went live. The app relies on the session to retrieve user information. The session usage is simply to store a couple of ids (Strings) and retrieve them

Re: Duplicate Sessions Tomcat 4.1.24

2003-09-18 Thread Remy Maucherat
Andy Chapman wrote: Thanks Remy, I knew something as major as this would have surfaced and been fixed eons ago. However there is something here. After more brain-racking, a vital piece of the jigsaw has come to light. The app was updated at a suspiciously similar time to when the problem was