0 Replies Latest reply on May 14, 2006 3:45 AM by navert

    session expiring handler

    navert

      Hi to all,
      I have problems with session time out,
      I'd like to know if there's a way to intercept session expire event.
      In my web xml I have <session-timeout>20</session-timeout>
      and it works, but I want to do call a function that use a session attribute before the session will be invalidated.
      This function get userId from session and notify on database the user logout.
      Do you know if I can map in my web-xml an handler or something else?
      Thanks a lot
      Navert