Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 33732 invoked from network); 9 Feb 2010 14:50:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 14:50:49 -0000 Received: (qmail 93401 invoked by uid 500); 9 Feb 2010 14:50:45 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 93356 invoked by uid 500); 9 Feb 2010 14:50:44 -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 93345 invoked by uid 99); 9 Feb 2010 14:50:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 14:50:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.61.61.109] (HELO usea-naimss4.unisys.com) (192.61.61.109) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 14:50:34 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss4 with InterScan Message Security Suite; Tue, 09 Feb 2010 08:50:12 -0600 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 9 Feb 2010 08:50:11 -0600 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 9 Feb 2010 08:50:11 -0600 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.42]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Tue, 9 Feb 2010 08:50:11 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 9 Feb 2010 08:50:06 -0600 Subject: RE: JSESSIONID and impact on google Thread-Topic: JSESSIONID and impact on google Thread-Index: AcqplGRMFdgADSEKTJCGwKFC1FZjBAAAV6Sg Message-ID: <99C8B2929B39C24493377AC7A121E21F96C6E6EF19@USEA-EXCH8.na.uis.unisys.com> References: <1265725862.2842.141.camel@mosu.cotroceni.esolutions.ro> In-Reply-To: <1265725862.2842.141.camel@mosu.cotroceni.esolutions.ro> 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 X-OriginalArrivalTime: 09 Feb 2010 14:50:11.0252 (UTC) FILETIME=[2E208740:01CAA997] X-Virus-Checked: Checked by ClamAV on apache.org > From: Marian Simpetru [mailto:marian.simpetru@esolutions.ro] > Subject: JSESSIONID and impact on google >=20 > When it came to google, we realized we are punished for using tomcat, > since there seems to be no way in disabling jsessionid (session id=20 > appended to URL). Of course there is - don't create a session in the first place. Sessions a= re only created automatically by Tomcat when a login occurs (and I presume = the Google bots aren't supplied with authentication credentials); otherwise= it's *your* webapp that has specified that a session be created. > Question is: Is there a way to configure tomcat to only use cookies Again, it's *your* webapp that's appending the session id by calling encode= URL(); if you only want to use cookies, don't do that. > Also the name ' JSESSIONID' is configurable? It's required by the servlet spec, but at least in the current Tomcat level= (6.0.24) you can change it by setting the org.apache.catalina.SESSION_PARA= METER_NAME system property: http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html#Sessions - 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