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). When a second user logs on, the first user then sees the second user's ID. It's almost like we're writing to the application rather than the session. Any ideas where I'm going wrong? Thanks -- View this message in context: http://www.nabble.com/Session-problem-tf4324658.html#a12316190 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]