Hi all,
I am implementing SSO on an application. The login works just fine but I'm facing an issue with logout. The main issue is when I logout of a user session and then try to login again with a different account, it throws me to an error page. However if I login with the same account again, it works fine.
After checking the complete flow step by step I’ve noticed that among multiple session cookies, SSO creates a certain cookie ‘ORA_OSFS_SESSION’ on login that does not get deleted with logout. When I manually delete this cookie but leave all others, all works fine.
Any idea why this might be happening and why this cookie does not get deleted on logout from my application? Any urgent help on this matter is greatly appreciated.
Thanks.