Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 69374 invoked from network); 19 Aug 2009 19:36:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 19:36:52 -0000 Received: (qmail 2912 invoked by uid 500); 19 Aug 2009 19:37:10 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 2866 invoked by uid 500); 19 Aug 2009 19:37:10 -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 2856 invoked by uid 99); 19 Aug 2009 19:37:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 19:37:10 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shettyd@gmail.com designates 209.85.221.176 as permitted sender) Received: from [209.85.221.176] (HELO mail-qy0-f176.google.com) (209.85.221.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 19:37:01 +0000 Received: by qyk6 with SMTP id 6so3587446qyk.11 for ; Wed, 19 Aug 2009 12:36:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=9gqaVCImSJPqLy3QxEFuLKvQQZv/iec8YkCJdXaZzJk=; b=fFnCaSK+f6aLroJBLzldfKH07q/TL2DAdtjz3bV8P7WfRI429CrUO9iNZAmyksVSBu 38GQwQ0LdDILOQyVwT+c/hvJCmISl2Lyjr84laKrFug4If3sLW4pMQan8f/vVjuPbA4n KychROidZYtYAyi60eeogU01JXSEl2HvMdGtk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lI3rWqFIOpzdqY+G7uVZkcAb+EByaLfN0yI4LATPZ9BYk4yho8V/H9b4Dtm1wB/HGq 7iimFw0S5rK0ssPYWwR9VwXCZGnO3OB3aaqBE+mP7ujFdAPiL9EO1AxbADCAKQlzHkSz i9tqK9G+aqgvFjhR0wev1lEs0XGg+81zG7ajQ= MIME-Version: 1.0 Received: by 10.224.24.136 with SMTP id v8mr6909037qab.79.1250710600736; Wed, 19 Aug 2009 12:36:40 -0700 (PDT) In-Reply-To: <25050066.post@talk.nabble.com> References: <25050066.post@talk.nabble.com> Date: Wed, 19 Aug 2009 12:36:40 -0700 Message-ID: <4483c26c0908191236o7ff75b6bx849151bc82697c40@mail.gmail.com> Subject: Re: writnng to reading to cookies From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=000feaf07b3b12e269047183c12b X-Virus-Checked: Checked by ClamAV on apache.org --000feaf07b3b12e269047183c12b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Write a beanshell pre processor and use sampler.getCookieManager http://jakarta.apache.org/jmeter/api/org/apache/jmeter/protocol/http/control/CookieManager.html regards deepak On Wed, Aug 19, 2009 at 12:04 PM, Mordechai wrote: > > How to send dynamic # of http requests > > > I want to be able to write to a cookie to store values that I'll need for > later requests. The point of this behavior is to mimiick the application > under tests behavior of storing needed values in a cookie created by > javascript. I want to be able to store the values per cookie per thread, > and then read them or write to them when needed. Is there anyway to do > this? > > Is there a creative or easier way to miimick this client side created > cookie? > > Thanks. > m > > -- > View this message in context: > http://www.nabble.com/writnng-to-reading-to-cookies-tp25050066p25050066.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --000feaf07b3b12e269047183c12b--