Right track that should work for you. An easier track might be to use
the variables the cookie manager sets up.  I think, if there's a cookie
named X with value Y, you can access Y via a JMeter function call: ${X}.

-Mike

On Mon, 2004-05-17 at 01:33, Craig Palmer wrote:
> Ah... before anyone spends time on replies, I see there is a call called 
> configureWithConfigElements() within TestCompiler.java that will pass 
> through all the configuration elements including the CookieManager!!!
> 
> Theoretically that means I dont need to capture or pass through anything 
> as a parameter, I already should have access to this info. Run out of 
> time of this today,  but unless I'm on the wrong track (please tell me), 
> no need for any help thanks.
> 
> Craig.
> 
> Craig Palmer wrote:
> 
> > I need to be able to pass cookie data to a java sampler as parameter 
> > data. This is because we have some applets making some rather 
> > complicated http calls (passing serialized objects) that require the 
> > cookies to also be passed.
> >
> > Is there an way to do this?
> >
> > thanks,
> >
> > Craig.
> >
> >
> > ---------------------------------------------------------------------
> > 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]
-- 
Michael Stover <[EMAIL PROTECTED]>
Apache Software Foundation


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

Reply via email to