Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 44904 invoked from network); 5 Feb 2002 13:09:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 5 Feb 2002 13:09:38 -0000 Received: (qmail 19687 invoked by uid 97); 5 Feb 2002 13:09:18 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 19671 invoked by uid 97); 5 Feb 2002 13:09:18 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 19660 invoked from network); 5 Feb 2002 13:09:17 -0000 Subject: AW: Session not sticking after timeout << BUG? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Tue, 5 Feb 2002 14:09:15 +0100 Content-Transfer-Encoding: quoted-printable Message-ID: content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Session not sticking after timeout << BUG? Thread-Index: AcGuQrj3sWcArxz/QVOhUlvqodt9zwAAO2nA From: "Ralph Einfeldt" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N AFAIK getRequestedSessionId() should alway return somthing if there is a session id present (cookie or url encoded) no matter wether the=20 session id is valid or not. Can you read the JSESSIONID cookie ?=20 Cookie[] mCookies =3D request.getCookies(); if ((mCookies =3D=3D null) || (mCookies.length =3D=3D 0)) { ("No cookies"); } else { for (int i =3D 0; i < mCookies.length; i++) { (mCookies[i].getName()); (mCookies[i].getValue()); } } ( is just placeholder for your favorite way of dumping=20 such information.) May be you should try a newer version of tomcat (3.3.*/4.*) ? (Even if it doesn't solve your problem, it might help to get help from one of the developers if the problem persists) > -----Urspr=FCngliche Nachricht----- > Von: Ivan E. Markovic [mailto:ivan@sculptlight.com] > Gesendet: Dienstag, 5. Februar 2002 13:42 > An: Tomcat Users List > Betreff: Session not sticking after timeout << BUG? > Wichtigkeit: Hoch =20 > getRequestedSessionId null > isRequestedSessionIdFromCookie false > isRequestedSessionIdFromUrl false >=20 > Header: cookie "JSESSIONID=3D01an3f46n1" > Header: connection "Keep-Alive" > Header: ua-cpu "PPC" > Header: referer=20 > "http://192.168.1.4/servlets/VS/servlet/VPDFProductListServlet" > Header: accept "*/*" -- To unsubscribe: For additional commands: Troubles with the list: