Skip to main content
By default, each Virtual User (VU) maintains its own cookie jar that automatically handles cookies:
Cookies set by the server (via Set-Cookie headers) are automatically stored in the VU’s cookie jar.

Sending Cookies with Requests

Send cookies as part of a request:
Create a separate cookie jar for specific use cases:
1

Create local jar

2

Send cookies with local jar

3

Check cookies in local jar

Setting Cookies Manually

Set cookie attributes like domain and path:

Session Persistence

Maintain user sessions across multiple requests:
Each VU maintains its own cookie jar throughout the test iteration, simulating independent user sessions.