Re: Tomcat's getSession(true) returning null

2006-04-07 Thread vienzo
okay, i was a bit wrong about the problem. now it is solved, finally. the problem was that i have an object "User", which has an aggregated "ResourceManager" object, which, in turn, has the fields of request, response and etc.. i've been storing that User object in the session and not updating th

Tomcat's getSession(true) returning null

2006-04-06 Thread vienzo
Hi people, i'm experiencing a strange session behaviour in several of my projects running on Tomcat 5.5.12. When the page is being rendered inside servlet's doGet (or doPost, actually it doesn't matter), i call request.getSession(true) many times in order to get data, and at random times it sudde