Hello, i seem to have a problem using cookies with...
# talk-kratos
h
Hello, i seem to have a problem using cookies with specific subdomain. I've entered a subdomain in the cookie config
Copy code
config:
      
      cookies:
        domain: <http://subdomain.example.com|subdomain.example.com>
        path: /
        same_site: Lax

      session:
        cookie:
          domain: <http://subdomain.example.com|subdomain.example.com>
However when i log in, if i inspect the cookies in the browser they are set on
.<http://example.com|example.com>
and not with the subdomain. The interesting part however is if i do a password reset, the cookie domain actually gets set to
<http://subdomain.example.com|subdomain.example.com>
Any idea if this is a bug or how to solve the problem?