Skip to content

astro

Session flag not set

Astro

Session flag not set

Session flag not set

import DontEditWarning from '~/components/DontEditWarning.astro'

:::caution[Deprecated] This error was removed in Astro 5.7, when the Sessions feature stopped being experimental. :::

Session config was provided without enabling the experimental.session flag

What went wrong?

Thrown when session storage is configured but the experimental.session flag is not enabled.

See Also: