Thank you very much for your help!
Marek
2011/2/17 Kalle Korhonen
> You are logging out the Subject, right? See this (from
>
> http://svn.codehaus.org/tynamo/trunk/tynamo-example-federatedaccounts/src/main/java/org/tynamo/examples/federatedaccounts/pages/Index.java
> ):
>Object onAction
You are logging out the Subject, right? See this (from
http://svn.codehaus.org/tynamo/trunk/tynamo-example-federatedaccounts/src/main/java/org/tynamo/examples/federatedaccounts/pages/Index.java):
Object onActionFromLogout() {
// Need to call this explicitly to invoke onlogou
The problem here is the session somehow being accessed after invalidate() is
called. Maybe you tried to set an @Persist'd variable or something, and the
actual change didn't propagate until after you called invalidate().
I do my invalidate in an ajax request. The other solution is to call
invalid