Problem with Tomcat sessions

I'm using Tomcat 5.5. and when two or more users browse the application at the same time, the sessions are being "mixed". I.e. one of the users sees the page that the other is _currently_ browsing. After he clicks a link again, he is back into his account. I can't tell for sure that it is about the sessions, but I suppose.

Any idea?

[349 byte] By [Glammya] at [2007-10-2 17:17:08]
# 1

> I'm using Tomcat 5.5. and when two or more users

> browse the application at the same time, the sessions

> are being "mixed". I.e. one of the users sees the

> page that the other is _currently_ browsing. After he

> clicks a link again, he is back into his account. I

> can't tell for sure that it is about the sessions,

> but I suppose.

It may be due to session mixing. I guess you could get around it by synchronizing some key methods. Of course, it will be additional cost to the performance.

annie79a at 2007-7-13 18:32:46 > top of Java-index,Enterprise & Remote Computing,AVK Portability...
# 2
Thanks, I'll give it a try :)
Glammya at 2007-7-13 18:32:46 > top of Java-index,Enterprise & Remote Computing,AVK Portability...