Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 1936 invoked from network); 6 May 2005 06:35:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2005 06:35:37 -0000 Received: (qmail 28419 invoked by uid 500); 6 May 2005 06:37:08 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 28408 invoked by uid 500); 6 May 2005 06:37:08 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 28395 invoked by uid 99); 6 May 2005 06:37:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.zooplus.de (HELO mail.zooplus.de) (212.18.25.230) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 05 May 2005 23:37:07 -0700 Received: from exchange2.home.zooplus.de (unknown [192.168.10.72]) by mail.zooplus.de (Postfix) with ESMTP id 14E625763A for ; Fri, 6 May 2005 08:34:31 +0200 (CEST) Received: by exchange2.home.zooplus.de with Internet Mail Service (5.5.2657.72) id ; Fri, 6 May 2005 08:34:30 +0200 Message-ID: <10361639FF4CA04ABB30F54683E4FB8501734DB0@exchange2.home.zooplus.de> From: Steven Pannell To: users@httpd.apache.org Date: Fri, 6 May 2005 08:34:22 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked Subject: [users@httpd] Rewrite Rule loses session X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm using a rewrite rule as follows using the pass-through method, but every time this rule is applied I am losing my session (tomcat server). RewriteRule ^/information(.*) "/mypath/subpath/mypage.jsp$1" [PT] The rewrite rule works, but on every refresh I get a new session from the server because it cannot retrieve the only one from my browser. I tried this with a different application server and get the same problem - it's not a tomcat problem. This only appears to happen when using the pass-through operation of mod_rewrite. Anyone have an idea how I can resolve this? thanks, Steve. --------------------------------------------------------------------- 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