I have tried adding "Cookie" as a header and jmeter does not treat it as cookie and that does not appear in the outgoing request. I wish I could use additional "Cookie Managers" in addition to adding at thread level to add extra cookies or change cookies to what I am getting by adding it at the thread level.
Laurent Perez wrote: > >> How can I add my own cookies for some requests. If I add it to the cookie >> manager at the thread level, these cookies get added to all requests. > > I believe you can use > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Header_Manager > at the HTTP Request level (instead of Thread group level). > > So I guess you could create a header named Cookie for each request. If > cookies values need to be dynamic ones, you could use some post > processor to extract Set-cookie values from the response and store > them as variables. > > Don't know if this would fit your needs, I never tried this. > > laurent > > >> >> Sincerely appreciate your help. >> -- >> View this message in context: >> http://www.nabble.com/Insert-Cookies-for-some-requests-in-a-thread-group-tp19709256p19709256.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > > -- > http://in-pocket.blogspot.com http://in-pocket.blogspot.com > - Mobile world, technology and more > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Insert-Cookies-for-some-requests-in-a-thread-group-tp19709256p19712078.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

