astro-utils form use session to save CSRF validation secrets.
This session is based on json web token, and is save (encrypted) in the browser cookie.
Using
Use can get the session with the activation of web forms
Configuration
All the configuration is in the middleware creation.
src/middleware.ts