Hi,
I’ve got a problem and I don’t know if it’s normal or not, and if it did this before or not.
Let’s take a really simple example : I’m testing a single page /index.php which replies with cookies (set-cookie parameters), and I’m doing a simple test with 5 users.
Gatling should do this :
- 
user#0 GET /index.php without any cookie sent 
- 
user#1 GET /index.php without any cookie sent 
- 
user#2 GET /index.php without any cookie sent 
- 
user#3 GET /index.php without any cookie sent 
- 
user#4 GET /index.php without any cookie sent 
But I got this many times in my test :
- 
user#0 GET /index.php without any cookie sent 
- 
user#1 GET /index.php without any cookie sent 
- 
user#2 GET /index.php without any cookie sent 
- 
user#0 GET /index.php with cookies which were set the first time !!! 
- 
user#3 GET /index.php without any cookie sent 
Is this normal ?
Thanks !
Regards.
