Re: Need help - Duplicated session ID problem

2009-04-07 Thread speedwx
Yeah we have the same problem too. My comment on this issue is, tomcat generates same session id's on different servers so if one loses it's connection with the server which is sticky on it, load balancer redirects the request to another one and because of the duplication on session id 's user be

Re: Need help - Duplicated session ID problem

2008-01-23 Thread Mark Thomas
Yang Cao wrote: Please let me know if you have seen any similar problems before, and if so, what's the root cause and fix? Could be: - Most likely is application error - are you storing request objects anywhere? - Could be a Tomcat bug. Upgrade to 5.5.25. There is at least one issue in the cha