--- MARollins <[EMAIL PROTECTED]> wrote:
> 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?

Not with so little information to go on.

Is the "second user's login" happening from a
different machine and / or different browser?

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to