How to close SSO session after each iteration

Hi, I am trying to execute 10/50/100 user test with SSO login (single user can create multiple sessions.)
I am using the below code to clear cookies and caches:
.exec(flushCookieJar)
.exec(flushHttpCache)
During execution I observed:

  1. with 10 unique users sometimes, it is getting passed and sometimes approx. 30% users are failing to create unique session.
  2. with 50 and 100 users at least 30% failure (with and without unique users)
    How can I close user session using Gatling code after each iteration?
    Application: Guidewire Cloud.
    Note: We have executed 10/50/100 user test without SSO successfully for the same application.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.