DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5259>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5259 request.getSession() Summary: request.getSession() Product: Tomcat 3 Version: 3.2.3 Final Platform: PC OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Servlet AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi there is a problem with the session object with occurs with Tomcat. Instanciating a session with request.getSession() will work find. But if I try to check its validity with the method isRequestedSessionIdValid() it will always return FALSE! E.g. request.getSession(); System.out.println( "valid-session: " + request.isRequestedSessionIdValid()); output: valid-session: false ...in every case. Regards Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>