Hi @NageshRaja,
In addition to @Shiv_Prakash_Patel Verify: In DevTools/HAR, check Cookie: header for login-token= with no value.
See if this helps:
Logout/SSO: Don’t set a blank cookie - expire it instead:Set-Cookie: login-token=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure
Sta...