Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 96862 invoked from network); 7 May 2003 20:07:42 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 7 May 2003 20:07:42 -0000 Received: (qmail 21886 invoked by uid 97); 7 May 2003 20:09:48 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 21879 invoked from network); 7 May 2003 20:09:48 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 7 May 2003 20:09:48 -0000 Received: (qmail 94882 invoked by uid 500); 7 May 2003 20:07:18 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 94827 invoked from network); 7 May 2003 20:07:17 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 7 May 2003 20:07:17 -0000 Received: (qmail 21865 invoked by uid 50); 7 May 2003 20:09:24 -0000 Date: 7 May 2003 20:09:24 -0000 Message-ID: <20030507200924.21864.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 19745] New: - HttpServletRequest.getSession(true) seems to always return a new HttpSession object. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=19745 HttpServletRequest.getSession(true) seems to always return a new HttpSession object. Summary: HttpServletRequest.getSession(true) seems to always return a new HttpSession object. Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: Ryan.Lubke@Sun.COM With latest nightly builds, HttpServletRequest.getSession(true) is always returning a new HttpSession object even if there is a session already established between the client and container. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org