When using Ory Cloud is there a way to set the coo...
# talk-kratos
q
When using Ory Cloud is there a way to set the cookie name?
I was relying on it being
ory_kratos_session
, but it’s different when using Ory Cloud apparently
h
At the moment not, we set this to a unique cookie to ensure that every tenant is fully isolated even if they shared the same domain name
Do you want to roll over your user's sessions to Ory Cloud?
q
I just realised I was doing something stupid in my code, so nevermind 😛 (I was checking if the cookie existed before calling
toSession
)