
4058t (4058t) asked a question.
Hi, I need to know if there's any way to configure the authentication server to persist the cookies when closing the browser. This used to work like this until this week and we don't know why it's asking for credentials again (we didn't change any configuration setting and we are using an Okta-Hosted flow). Thanks a lot in advance.
Best regards,
Hernán

I don't know whether it was working before but Okta claims that it kills Session Cookie when user close the browser.
Okta utilizes a HTTP session cookie to provide access to your Okta organization and applications across web requests for an interactive user agent such as a web browser. Session cookies have an expiration configurable by an administrator for the organization and are valid until the cookie expires or the user closes the session (logout) or browser application.
refer - https://developer.okta.com/docs/reference/api/sessions/#session-cookie
Thank you Vipul, I have been trying to figure this out for some time now!