Back to Withastro

Session flag not set

src/content/docs/en/reference/errors/session-config-without-flag-error.mdx

latest451 B
Original Source

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

<DontEditWarning />

:::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: