You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Cristina Lopez <cr...@mail.deutsche-bank.es> on 2003/10/17 22:58:39 UTC

Tomcat Sessions problem

Hello,

 

My name is Christina and I am developing to an application Web in Java with
Tomcat 4.1 under Linux for my company. For days I have been detecting a
mistake on the sessions in Tomcat. I detect that when there is connected one
more user simultaneously, a user could see information of session of another
user. This application can have between 50 and 300 people connected at the
same moment. 

 

I have investigated about it seeing the plans that Tomcat generates, and I
see that it generates the new session for each user well that is connected
but at the time of adding to the session the data of the user, Tomcat it
takes the last session created and it is there adding to all the values of
session of all the users, replacing those values by so many users connected
then. This way, the data of the user correspond to another user.

 

To that it must? Has Tomcat bug of sessions? I have read in forums of
Internet that is a subject common in Tomcat. It would be thankful to them
put an article in Jakarta page of the problem and like solving it.

 

Thank you very much for your help,

 

Christina.