Mantis - Resin
Viewing Issue Advanced Details
599 minor always 12-30-05 09:27 04-03-06 11:49
ferg  
ferg  
normal  
closed 3.0.17  
fixed  
none    
none 3.0.19  
0000599: SSO sessions and logout of one
(rep by Vinny)

I've run into a serious problem in resin (3.0.16) in which a session attribute
won't go away. I log into one webapp as one customer and then logout
with session.invalidate()
I then log into the webapp as another customer but the original
customer attributes are displayed! Not good. Now I do set customer
attributes in a filter that is mapped to /*
and uses the getUserPrincipal as the key to load in the Preferences
(session attributes).
Does session.invalidate() remove all seesion attributes or not? Do I
have to do it in each
SSOd webapp?

There are no notes attached to this issue.