Session problem

2007-08-24 Thread MARollins
I'm having a problem whereby objects saved on the Session are visible to other sessions. For example, the login page saves a new User object on the session using session.put (I have a base class for all my Actions which implements SessionAware in order to be able to access Session variables). Wh

Re: Session problem

2007-08-24 Thread MARollins
an action using the first user and access the session map, hey presto, I've got the user object from the second user. Server is Tomcat 5.5 and Struts is v2. newton.dave wrote: > > --- MARollins <[EMAIL PROTECTED]> wrote: >> I'm having a problem whereby objects s