4 Replies Latest reply on Apr 1, 2009 9:32 AM by nbelaevski

    onExpired not getting called with form authentication

    jdsuboy

      I am using form authentication and when my session expires the A4J.AJAX.onExpired function is not getting called.

      when the session expires and I attempt to do something in the browser, the login window will appear. After I login, I get the viewExpired page with the message "View state could't be restored - reload page ?" The onExpired function never gets called.

      If I dont have authentication on, then the function gets called correctly.

      What I would like to see happen with my authentication on is:
      1) the onExpired function gets called and I redirect to login screen

      Is there something on my end that I need to do with authentication on?