Hm, it’s probably a bit incorrect. It definitely w...
# talk-kratos
h
Hm, it’s probably a bit incorrect. It definitely works when you use the
domain
setting in the config. So it can work, you just need to ensure to set the config. Maybe you could clarify that in the docs? That would be awesome!
b
Cheers thanks alot for such a quick response! The domain setting you are referring to would be
session.cookie.domain
right? And if thats the case if the value is something like
<http://somedomain.com|somedomain.com>
then all the subdomains under it should work?
h
Yes, exactly 🙂
b
Thank you!
h
Would you be open to contribute this to the docs? If not it’s also enough to open an issue (but PR would be preferred 🙂 )
b
Sure I will check to see if i can make the PR, if not ill open it as an issue on the github repo!
h
thank you 🙂
b
Sorry to come back to this thread again but may I know what are the main reasons as to why the warning regarding usage of subdomain was there in the first place?
h
because we did not have domain configs before
b
Ahh i see thanks. Does it make sense then for that warning to be removed? If so i can make a PR for the change to the docs?