Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB51D9326 for ; Fri, 6 Apr 2012 02:11:35 +0000 (UTC) Received: (qmail 41042 invoked by uid 500); 6 Apr 2012 02:11:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 40826 invoked by uid 500); 6 Apr 2012 02:11:32 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 40817 invoked by uid 99); 6 Apr 2012 02:11:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2012 02:11:32 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [216.82.241.196] (HELO mail46.messagelabs.com) (216.82.241.196) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2012 02:11:21 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-8.tower-46.messagelabs.com!1333678258!18771075!6 X-Originating-IP: [192.61.61.104] X-StarScan-Version: 6.5.5; banners=-,-,- X-VirusChecked: Checked Received: (qmail 16314 invoked from network); 6 Apr 2012 02:10:59 -0000 Received: from unknown (HELO USEA-NAEDGE1.unisys.com) (192.61.61.104) by server-8.tower-46.messagelabs.com with RC4-SHA encrypted SMTP; 6 Apr 2012 02:10:59 -0000 Received: from usea-nahubcas2.na.uis.unisys.com (129.224.76.115) by USEA-NAEDGE1.unisys.com (192.61.61.104) with Microsoft SMTP Server (TLS) id 8.3.83.0; Thu, 5 Apr 2012 21:10:26 -0500 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Thu, 5 Apr 2012 21:10:26 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Thu, 5 Apr 2012 21:10:25 -0500 Subject: RE: request.login() not persistent Thread-Topic: request.login() not persistent Thread-Index: Ac0TeTFt9YjzXcUmQaGdiFW1pUBRywAINZfQ Message-ID: <99C8B2929B39C24493377AC7A121E21FB016D9AC1D@USEA-EXCH8.na.uis.unisys.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 > From: Jerry Malcolm [mailto:2ndgenfilms@gmail.com]=20 > Subject: Re: request.login() not persistent > I was using: > > I changed it per your comment to: > <% response.sendRedirect( response.encodeRedirectURL( "/userhome" )); %> > It's like the logged on state was not saved in the session object. Or more likely that this particular client disabled cookies, thus requiring= the sessionid to be included in the URL. Using the encodeRedirectURL() me= thod will do that, whereas the plain refresh will not. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org