We use Tomcat 4.0.1 with Sun JDK 1.3.1_01 on Windows 2000 to run the controller servlet for our application. This servlet is responsible for taking care about the session state in the application and if a new session arrives, it should create the initial for the application. If a session is continued, it should retrieve the status of the session out of the session context and responsed in a proper way. But it looks like that the request.getSession(true).isNew() call sometimes return true even if the session is continued (we see that the client sends his session cookie, but isNew() returns true).
Any ideas/help? Thanks, Hanno -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
