
wq4kj (wq4kj) asked a question.
When we logged in using Okta Single Sign On in our application (built on angular) and without log out if we close the browser and open again, system serves an okta login screen again.
Is there any way it maintains the logged in User session until user invokes logout mechanism ?

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
Hi Dragos,
We have the same issue - our Session Token Lifetime is 3 months - cookies are not removed after we close the browser but we still need to log in again after 24 hours.
What can we try to do to resolve this?