one way to avoid this is using GET instead of POST, if that is possible within your webapp. Also make sure you are not using localhost (as IE will never authenticate request coming from localhost)
...
Type: Posts; User: deenar; Keyword(s):
one way to avoid this is using GET instead of POST, if that is possible within your webapp. Also make sure you are not using localhost (as IE will never authenticate request coming from localhost)
...
I have found a couple of solutions to this issue
1)
i) Add HttpSessionAttributeListener to web.xml
ii) log logout events when ACEGI_SECURITY_CONTEXT is removed from the session.
2) or in your...
Hi
I am trying to log the logout events (either explicit or via timeouts) in our application. I am facing the same problem that govindan has reported. We are using version 1.05 of acegi.
On...