AW: Session mixup problem in Tomcat with Coyote Connector

2003-11-05 Thread Markus Heussen
4.1.24 Sometimes it happens that one user gets sessions attributes stored in another users context. Thanks to anyone who can help. Markus -Ursprungliche Nachricht- Von: Krishna Ganti Gesendet: Dienstag, 4. November 2003 22:58 An: [EMAIL PROTECTED] Betreff: Session mixup problem in Tomcat

Session mixup problem in Tomcat with Coyote Connector

2003-11-04 Thread Krishna Ganti
Hi, We are seeing a session mixup problem in a deployed tomcat instance running with coyote connector. A user is seeing another user's data and request parameters. We took a look at the Coyote code and found out that parameters are not reset till the next request. If a thread switch were to

RE: Session mixup problem in Tomcat with Coyote Connector

2003-11-04 Thread Tracy Saward
: Session mixup problem in Tomcat with Coyote Connector Hi, We are seeing a session mixup problem in a deployed tomcat instance running with coyote connector. A user is seeing another user's data and request parameters. We took a look at the Coyote code and found out that parameters are not reset