Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 96578 invoked from network); 23 Oct 2007 13:30:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 13:30:57 -0000 Received: (qmail 57984 invoked by uid 500); 23 Oct 2007 13:30:35 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 57965 invoked by uid 500); 23 Oct 2007 13:30:35 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 57954 invoked by uid 99); 23 Oct 2007 13:30:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 06:30:35 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.229.52.226] (HELO grimnir.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 13:30:37 +0000 Received: from grimnir.webthing.com (localhost [127.0.0.1]) by grimnir.webthing.com (Postfix) with ESMTP id 7AE812137 for ; Tue, 23 Oct 2007 14:30:15 +0100 (BST) Date: Tue, 23 Oct 2007 14:30:15 +0100 From: Nick Kew To: users@httpd.apache.org Message-ID: <20071023143015.1d4e0ab8@grimnir> In-Reply-To: References: Organization: WebThing X-Mailer: Sylpheed-Claws 2.5.0-rc3 (GTK+ 2.10.6; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] SetEnvIf & SESSION_USE_TRANS_SID=0 On Mon, 22 Oct 2007 12:39:13 +0200 Sylvain Viollat wrote: > > Hello! > > first at all, I'm sorry for my english, I'll do my best :-) > > We have a website which works with session.use_trans_sid set to On. > Everything works just fine, but when googlebot comes on the website > and does its job, it's also getting the php's session id in the URL. > I've search a lot about this problem and one of the solution which > could do what I want, disabling session.use_trans_sid if User-Agent > is ^googlebot, doesn't work. Faffing about with User-Agent is always wrong. Just a thought: what happens if you use the session crap as you are, but also generate a Content-Location header without it in each response? Is google smart enough to work with that? -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org