Hey dear Kratos community :wave: , I am using Ory ...
# talk-kratos
s
Hey dear Kratos community 👋 , I am using Ory Kratos and have some questions abot the csrf_token cookie. I did implement the login with Kratos and inspected the browser cookies via the developer tools. I was wondering why the
csrf_token_*
cookie is still persisted in my browser after the login - also it has a rather high expiry (~1 year?). Is there any other use after the login, because from what I can tell it is not used anymore, e.g. I can logout even without the cookie. Also other flows get a new csrf_token cookie dynamically as it seems. Thx!