FusionAuth Cookies
-
FusionAuth seems to always create those 2 cookies when hitting the log page, even before logging:
-
fusionauth.sso
-
fusionauth.locale
Is it normal behaviour?
-
-
-
@joshua
but, even before logging ? I was expected to be created after successful loging, and being deleted after a logout (note it is not a matter to me, just trying to understand if what i see in my implementation is normal) -
This does not seem unexpected to me. FusionAuth uses cookies at various times depending on the workflow/process, so what you are seeing is likely normal.
Thanks,
Josh -
@joshua Thank you
-
@quent We have a list of typical cookies set by the hosted login pages here: https://fusionauth.io/docs/v1/tech/reference/cookies
-