happy-morning-85531
02/19/2024, 10:39 AMconfig:
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?