Hi Kevin,

As UBA-807 says, ULC neither invalidates the session on termination of
application nor does it provide an API to invalidate the session.

There is no work around at present.

However, this issue will be tackled in a future release (exactly which is
not known as of now).

Thanks and regards,

Janak

PS: Sorry for the delayed reply.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin Hirschmann
Sent: Tuesday, May 09, 2006 6:05 PM
To: [EMAIL PROTECTED] Com
Subject: [ULC-developer] Invalidating session - Known workaround


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 mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to