How to manipulate cookies

Hi,

any possibilities to manipulate cookies?

one of my applications is adding a cookie with a specific value, and i need to simulate this behaviour.

(same as “user-defined cookies” in JMeter)

Thanks

Hi,

Isn’t this cookie sent by the server?
Gatling automatically handles cookies for you.

Stéphane

No,
the cookie is set with JS code, client-side.
That’s why i need to set cookie value myself.

2012/11/6 Stéphane Landelle <slandelle@excilys.com>

Have you tried simply setting it as a regular header?