Hi, Does anybody confirm that `session.cookie.dom...
# talk-kratos
m
Hi, Does anybody confirm that
session.cookie.domain
https://www.ory.sh/docs/kratos/guides/configuring-cookies#session-cookies is working now? I saw the related code path
UpsertAndIssueCookie
is only called in
PostLoginHook
which looks likes not called from the code path where kratos UI is pointing
kratos/self-service/login/
The comment in commit which introduced the feature also makes me this feature have not correctly worked from the first place: https://github.com/ory/kratos/issues/516#issuecomment-1029531998
w
We use cookies.domain successfuly, don't know about session.cookie.domain
m
Is there cookies.domain? I could not find it but only session.cookie.domain https://github.com/ory/kratos/blob/5535fcb7bd81ceb47012bc50de49c6d688ebf0db/driver/config/config.go#L104 🤔
Ah found it. Let me try. Thanks