Re: retrieving two different objects from session (should be the same)

2008-05-08 Thread Abid Hussain
Hi, thanks for help. As far as I know, persisting sessions is only used when stopping and restarting tomcat, which didn't happen in my case. So, this shouldn't be the reason...? If it's important for this issue, I can have a look in the server.xml. This would take some time, cause I've no ri

Re: retrieving two different objects from session (should be the same)

2008-05-08 Thread Mark Thomas
Abid Hussain wrote: Anybody got an idea, how this can happen? Does tomcat modify the objects in session somehow...? Do you have any session persistence configured? Mark - To start a new topic, e-mail: users@tomcat.apache.org

retrieving two different objects from session (should be the same)

2008-05-08 Thread Abid Hussain
Hi everybody, I'm using tomcat 5.5.9 and am encountering a strange behaviour. I'm not sure, if it may be a tomcat issue... I'm putting an object (called form) into the user's session using session.setAttribute() and retrieving it again (after the user has done some actions) using session.get