You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the cookie value of UserB with one from UserA
What do you mean by this, exactly? Is that replacement a manual thing a user would do?
The session cookie is configured with the HttpOnly and Secure flags. This means the cookie is only sent on HTTPS connections (preventing eavesdropping), and it won't be readable from javascript, so that malicious code injected int he client can't access it.
Hi team,
we found a problem related to session cookie generated by authservice (__Host-AIS_session).
How we can avoid this? Is there a way to tie __Host-AIS_session to browser cookie?
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: