Re: Session Mixup

2005-07-14 Thread Srinivas Gunturu
with browser cache. Clear cache and check. If it is the second case , check what is given for the "scope" attribute of the user bean (assuming you used or something similar). If scope is given as application instead of session (or request) this could happen. regards Srikanth On 7/14/

Re: Session Mixup

2005-07-14 Thread Srinivas Gunturu
Thanks for the quick response. We do have some static final constants in the user bean, but not marked Transient. >>> [EMAIL PROTECTED] 07/14/05 10:26 AM >>> Any static field storage in your bean object? --David Srinivas Gunturu wrote: >Hello All, > >I have been f

Session Mixup

2005-07-14 Thread Srinivas Gunturu
Hello All, I have been fighting this session mix-up problem in our application which is very easily reproducible. Environment: Tomcat 5.0.9 Struts 1.1 Upon user login, we create a user bean object and store on user session. When 6 of us tried to login separately using our own logins, we could