how to define logout on session expired with grails and acegi security
Posted
by Meni Lubetkin
on Stack Overflow
See other posts from Stack Overflow
or by Meni Lubetkin
Published on 2010-03-09T09:34:57Z
Indexed on
2010/03/09
9:36 UTC
Read the original article
Hit count: 377
Hi, I'm using the Acegi security Grails plugin in my application and sometime it's look like the session expired, the session variables not available anymore like session.user , but the user is not redirect to the login page. if you know how to deal with this problem i'll be happy to get your help.
Meni
© Stack Overflow or respective owner