How to simulate a scenario where a user will login once and run parallel threads and log out .
a.login b.performs action multiple times c log out
Just wanted to know , how to share cookie between two threads.
How to simulate a scenario where a user will login once and run parallel threads and log out .
a.login b.performs action multiple times c log out
Just wanted to know , how to share cookie between two threads.