Delete cookie on logout - Objective C

The cookie seems to be alive even if HTTP GET is called via https://YOUR_DOMAIN/v2/logout?client_id=“…”&returnTo=“…”

Did anyone solve the issue?

Logs indicate that
Description
User successfully logged out

Connection
N/A

where Connection needs to be
Username-Password-Authentication

for the cookie to die and that’s only possible when opening the URL via external safari which is not good user experience.

Any help is appreciated.

Thanks!

Hey there @hamit!

Can you share a little bit more about your usecase and what you’re struggling with? Also adding any info on the part of our stack you’re using will be pretty helpful!

Hey there!

Have you had a chance to see my previous message?