Forum Discussion

Eric_Waite_1046's avatar
Eric_Waite_1046
Icon for Nimbostratus rankNimbostratus
Jan 09, 2007

Persistence table and 404

Is it possible that a request with a 404 response will remove the value from the persistence table automatically?

 

 

I have an application that seems to be losing the persistence record in the table, and it seems to happen after a 404? Is this possible, default behavior?

1 Reply

  • I was able to verify this is happening.

     

    If I go directly to my II/Tomcat app, and after I have established a session, I copy the URL with the sessionid.

     

     

    Then I make a request for a page not found and REFRESH it 20 - 30 times.

     

    If I then paste the above copied URL into the browser, everything still works fine.

     

     

    If I repeat the process through the load balancer, my session gets removed from the persistence table. (or it seems to) I still need to verify. Then my application gives me session exceptions. Has anyone experienced this?