Yes..the variable changes whenever I send a new HTTP
request. But I needed the value of the first request
and pass it to all other requests. Here is what I'm
seeing:

Simple Controller
- Login
  - Regular Expression Extractor (secid=(.*))
- Calendar Details
- Create an event
HTTP Cookie Manager

I could pass the secid from login to Calendar Details
but not for the Create an Event. However, the secid
changes for every resquest.

P.S: My whole application works on Java Script. Will
it be an issue?

--- sebb <[EMAIL PROTECTED]> wrote:

> Maybe because the variable has been reused between
> the 3rd and 4th samplers?
> 
> On 05/10/05, DharaniLakshmi Govindan
> <[EMAIL PROTECTED]> wrote:
> > Pavel,
> >
> > Thanks for ur help! I could pass the value to
> second
> > and third HTTP request but I couldn't for the
> fourth
> > one. Do you know why?
> >
> > --- Pavel Gouchtchine <[EMAIL PROTECTED]> wrote:
> >
> > > In my case, the session and signature of it
> comes in
> > > hidden fields of a
> > > response.
> > > Each HTTP request has a child RegExpression
> > > PostProcessor to extract the
> > > values and set them into variables.
> > > The variables are used in next request and so
> on...
> > >
> > >
> > >
> > > On 10/4/05, DharaniLakshmi Govindan
> > > <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi
> > > >
> > > > I'm keeping posting this question and I
> couldn't
> > > any
> > > > help from anyone. So please help me to sort
> this
> > > out.
> > > >
> > > > I have a regular expression extractor which
> > > extracts
> > > > the session id from the cookie. I could pass
> that
> > > > value for the first HTTP request and when I
> try to
> > > do
> > > > the same the for the next HTTP request, it
> returns
> > > > null. Is there any way I could save that value
> in
> > > a
> > > > variable and use it for all the request?
> > > >
> > > > Thanks
> > > > Dharani
> > > >
> > > >
> > > >
> > > > __________________________________
> > > > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > > > http://mail.yahoo.com
> > > >
> > > >
> > >
> >
>
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > >
> > > >
> > >
> >
> >
> >
> >
> > __________________________________
> > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > http://mail.yahoo.com
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to