|
Hello everybody, In our application we have on button ot logout from the
application. The login takes place using JAAS (form-based), since One part of our application relies on jsp pages without ulc
content and the other part on a jsp containing an ulc-applet. Now I want to invalidate the session of a user with the
result, that he, after pressing the logout button, re-login using the
login.jsp page (form-based authentification). Hence, I added to the stop – method ServletContainerContext.getRequest().getSession().invalidate(); Which results in an exception. I have found out, that I can use
ApplicationContext.terminate, which does not invalidate the session. (UBA-807). My question is, if there is a workaround for implementing
this behaviour? Kind regards, Kevin Hirschmann HUEBINET Informationsmanagement GmbH & Co. KG Maria Trost 23 56070 Koblenz Telefon 0261/50086-17 Telefax 0261/50086-29 E-Mail: [EMAIL PROTECTED] http://www.huebinet.de Der Nachrichtenaustausch mit HUEBINET Informationsmanagement
GmbH & Co. KG, Koblenz via E-Mail dient lediglich zu Informationszwecken.
Rechtsgeschäftliche Erklärungen mit verbindlichem Inhalt können über dieses
Medium nicht ausgetauscht werden, da die Manipulation von E-Mails durch Dritte
nicht ausgeschlossen werden kann. |
- [ULC-developer] Invalidating session - Known workaround Kevin Hirschmann
