From 9437edcb718cd09bf4b84a9ca86ab9c44d219817 Mon Sep 17 00:00:00 2001 From: Nelson Matias Date: Mon, 12 Jan 2026 13:01:33 +0000 Subject: [PATCH] Removing warning from EA for Ephemeral Sessions with Actions --- main/docs/manage-users/sessions/manage-sessions-actions.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main/docs/manage-users/sessions/manage-sessions-actions.mdx b/main/docs/manage-users/sessions/manage-sessions-actions.mdx index a40181050b..34845b1e3f 100644 --- a/main/docs/manage-users/sessions/manage-sessions-actions.mdx +++ b/main/docs/manage-users/sessions/manage-sessions-actions.mdx @@ -79,12 +79,6 @@ The `api.session.setIdleExpiresAt(idle)` method sets the session inactivity time ## Set session cookie persistence with Actions - - -Session cookie persistence is currently available in Early Access. By using this feature, you agree to the applicable Free Trial terms in Okta’s [Master Subscription Agreement](https://www.okta.com/legal). To learn more about Auth0's product release cycle, read [Product Release Stages](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages). - - - The post-login **api.session.setCookieMode(options)** method allows you to modify the session cookie persistence. You can configure whether a session cookie is persistent or non-persistent. Non-persistent (ephemeral) sessions enhance security by existing only in memory. These sessions are cleared when a browser or application is closed, which makes them ideal for sensitive workflows such as untrusted device access or step-up authentication scenarios.