Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10E0D6EBC for ; Tue, 28 Jun 2011 14:44:09 +0000 (UTC) Received: (qmail 15498 invoked by uid 500); 28 Jun 2011 14:44:08 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 15298 invoked by uid 500); 28 Jun 2011 14:44:07 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 15289 invoked by uid 99); 28 Jun 2011 14:44:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 14:44:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flyingrhenquest@gmail.com designates 209.85.160.172 as permitted sender) Received: from [209.85.160.172] (HELO mail-gy0-f172.google.com) (209.85.160.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 14:44:00 +0000 Received: by gya6 with SMTP id 6so145849gya.31 for ; Tue, 28 Jun 2011 07:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ulO4sFTRm6yTzbTs2ZIML3su0BR/mekdzdiWEeLhidA=; b=hrjnVuz/bQXvY9I00vwj0C31/dG77j/YctJfRHjmajH58d8btQcVew9TqoUST1Vye3 t9vkC3HfL9GGGo43oTRvJWsP7SUAu10FWsnpLBfRZNIh4b6fNYVhJVfwQ0nsBrPyDFal Zlj8r/a4s/OkB6MKKSken4sAVtb2gMmXEoipk= MIME-Version: 1.0 Received: by 10.151.116.15 with SMTP id t15mr8343060ybm.143.1309272218578; Tue, 28 Jun 2011 07:43:38 -0700 (PDT) Received: by 10.150.137.11 with HTTP; Tue, 28 Jun 2011 07:43:38 -0700 (PDT) In-Reply-To: <1309266005082-4531682.post@n5.nabble.com> References: <1309261170108-4531477.post@n5.nabble.com> <4E09BE65.2070308@mpexnet.de> <1309263194362-4531572.post@n5.nabble.com> <4E09C933.4010101@mpexnet.de> <1309264741747-4531625.post@n5.nabble.com> <1309264755603-4531626.post@n5.nabble.com> <4E09CCB0.2010601@mpexnet.de> <1309265491324-4531657.post@n5.nabble.com> <4E09CEC2.6030303@mpexnet.de> <1309266005082-4531682.post@n5.nabble.com> Date: Tue, 28 Jun 2011 08:43:38 -0600 Message-ID: Subject: Re: php sessionid trackin From: Bruce Ide To: JMeter Users List Content-Type: multipart/alternative; boundary=001e680f17e880af4004a6c6b1e3 X-Virus-Checked: Checked by ClamAV on apache.org --001e680f17e880af4004a6c6b1e3 Content-Type: text/plain; charset=ISO-8859-1 Try changing the "Follow redirects" options in your http request sampler. I test an application that checks your credentials and redirects you based on the results, and it took my test to a different page than the one I saw while recording the session, until I enabled "Follow redirects". The redirects now show up as sub-samples to the main sampler, which works fine for my test. -- Bruce Ide FlyingRhenquest@gmail.com --001e680f17e880af4004a6c6b1e3--