4 Replies Latest reply on Feb 4, 2009 1:04 PM by addy.bhardwaj

    Richfaces session timeout handling on AJAX events in IE

    addy.bhardwaj

      We are using Richfaces with spring WebFlow for the rendering and flow management. Recently we observed that when session times out , buttons and actions which are implemented as AJAX stop working in IE.
      It works fine in Firefox/Chrome and redirects user to the login page but in IE nothing happens.

      I have tried using the following javascript but it never gets called.

      A4J.AJAX.onExpired = function(loc, expiredMsg){

      If someone has faced the same issue and know the solution please let me know.