0 Replies Latest reply on May 14, 2009 12:15 PM by john234

    Need to save Data to Db on session timeout

    john234

      Hi All,
        
      i need to save the user entered data in to the DB before the sesion timeout.


      i am tracking the session using
      @Observer(org.jboss.seam.preDestroyContext.SESSION)


      but my conversation is becoming null


      please suggest me how to do this