Search:

Type: Posts; User: deenar; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,529

    Not a type 3 message

    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)
    ...
  2. Logging Logout (by timeout) Event

    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...
  3. Logging Logouts - Http Session Invalidate vs Http Session Timeout.

    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...
Results 1 to 3 of 3