releases.shpreview
Auth0/Auth0 Changelog/Ephemeral Sessions with Actions - General Availability

Ephemeral Sessions with Actions - General Availability

January 19, 2026Auth0 Changelog
$npx -y @buildinternet/releases show rel_2JIev5zGhR-VFKTcAw7Pj

As part of our Continuous Session Protection, you can now configure ephemeral (non-persistent) sessions using Actions. This allows enterprise customers to dynamically control whether a session is stored in a persistent cookie or only in memory.

Ephemeral sessions:

  • Exist only in memory and are cleared when the browser or app is closed.
  • Are ideal for high-sensitivity workflows such as step-up authentication or use on public devices.
  • Can be configured per session using api.session.setCookieMode("non-persistent") in post-login Actions.

This feature, previously in Early Access, is now in General Availability and available to all Enterprise tenants.

Learn more:

Fetched April 14, 2026