Identity.logout() no longer invalidates the HTTP session
--------------------------------------------------------
Key: JBSEAM-1419
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1419
Project: JBoss Seam
Issue Type: Bug
Components: Core
Reporter: Christian Bauer
Priority: Blocker
I noticed my session-based access control to be ineffective after a recent Seam CVS
update. I'm assuming that some of the changes made to session handling broke session
invalidation. I call identity.logout() which does:
ServletSession.instance().invalidate();
but I can still see the same session identifier in my cookie after the logout and
continuing browsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira