<@U04UQ68083H> Is there an option to issue a persi...
# ory-copilot
a
@chilly-king-10285 Is there an option to issue a persistent cookie (per device), as opposed to a session cookie, if a "remember me" option is checked on login?
b
A message from kapa.ai
Ory Hydra does provide a way to remember sessions if the
remember_me
parameter is set in the
accept login request
. However, the documentation does not specify whether this creates a persistent cookie per device. It only mentions that if the
remember_me
parameter is not set, the login challenge will always instruct you to show the login UI. For more specific details on how this works, you may need to refer to the detailed Ory Hydra documentation or reach out to the Ory community for further assistance. Here is the relevant extract from the documentation: > Hydra only keeps track of the session if you set the
remember_me
parameter in the
accept login request
. Otherwise, the login challenge will always instruct you to show the login UI. Source: [Hydra won't remember my login](https://www.ory.sh/docs/hydra/faq#hydra-wont-remember-my-login)
a
@chilly-king-10285 Can I implement this with Ory Kratos?
b
A message from kapa.ai
I'm sorry, but the provided knowledge sources do not contain specific information about issuing a persistent cookie per device with Ory Kratos when a "remember me" option is checked on login. Ory Kratos does handle session management, but the specifics of how it handles "remember me" functionality or persistent cookies per device are not detailed in the provided sources. For more detailed information, you may want to refer to the [Ory Kratos documentation](https://www.ory.sh/docs/kratos/) or reach out to the Ory community for further assistance.