Hi All, The ory session cookie keeps being set to...
# ory-network
b
Hi All, The ory session cookie keeps being set to lifetime="session", even though I would to persist it in between browser restarts. How to fix this? I am using ory network, and have set persist sessions to true. Using a custom domain.
b
Hi, could you check the output of the CLI https://www.ory.sh/docs/guides/cli/identity-cli
Copy code
ory get identity-config --project <project-id> --workspace <workspace-id> --format yaml
It should show
session.cookie.persistent
to be true (or not there).
b
session.cookie.persistent
is true
b
could you send me the project id via DM? thank you!
s
this issue is fully resolved now