3 Replies Latest reply on Apr 19, 2004 3:26 AM by anajavi

    Losing objects in session

    rfn

      What would cause my session to lose objects? It seems like I'm losing objects sporatically because they seem to re-appear when I do a reload in the browser. Any ideas?

        • 1. Re: Losing objects in session
          jayasudan

          Hi,

          I am also getting the same problem with JBoss 3.2.3 & Tomcat 4.1

          Did you get any answer for the posting? Pl let me know how you solved the problem if you have solved. I am behind this issue for the past 2 weeks and unable to figure out whats happening. :(

          Any kind of info or pointers could be appreciated.
          Thanx in advance.

          FYI: I have posted this issue with subject 'Session attributes are lost after jsp forward' under 'HTTPD, Servlets & JSP'.

          regards,
          Jay

          • 2. Re: Losing objects in session
            wxie

            Well, I don't loss session object but rather request values. randomly request value wouldn't pass to useBean bean objects, either can be get by using request.getParameter(). Happens with both JBoss3.2.3+Tomcat4.1 and JBoss3.0.4+Jetty HELP!!!


            http://jboss.org/index.html?module=bb&op=viewtopic&t=47183

            • 3. Re: Losing objects in session
              anajavi

              I have this same problem. Application is installed on jboss 3.2.3+jetty.
              Haven't yet found if it loses the whole session or the object in session.

              Objects in session seem to vanish without any reason.

              Earlier I had request parameters missing, but it turned out to be accidental mixing of http-post and http-get. (form action="?id=1" method="post").