<@U04UQ68083H> how to set the domain for ory_krato...
# ory-copilot
a
@chilly-king-10285 how to set the domain for ory_kratos_continuity cookie when using ory kratos helm chart
c
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information on how to set the domain for the
ory_kratos_continuity
cookie when using the Ory Kratos Helm chart. However, in general, you can set the domain for session cookies in Ory Kratos by modifying the configuration keys in your Ory Kratos configuration file. Here is an example:
Copy code
yaml session:    cookie:    domain: <http://myproduct.com|myproduct.com>
For more detailed information, you may want to refer to the [Ory Kratos documentation](https://www.ory.sh/docs/kratos/guides/configuring-cookies#session-cookies).