Nuxt session middleware to get a persistent session per app user, e.g., to store data across multiple requests. The nuxt session module provides the useSession() composable out of the box and sets up API endpoints to interact with your session to make working with sessions feel like a breeze.
Environment
Darwin
v16.13.1
3.2.0
2.2.1
npm@9.3.0
vite
css
,build
,modules
,imports
,app
,runtimeConfig
,session
,nuxtTypedRouter
,proxy
nuxt-icon@0.2.11
,@pinia/nuxt@0.4.6
,@vueuse/nuxt@9.12.0
,@nuxt-alt/proxy@2.2.0
,nuxt-typed-router@2.3.4
,nuxt-monaco-editor@1.1.3
,@nuxtjs/tailwindcss@6.3.1
,@sidebase/nuxt-session@0.2.7
Build Modules:
-
Reproduction
Deploy the playground to Vercel
Describe the bug
Sessions can be retrieved for a number of seconds before the next refresh/request receives a blank session with a different id
Additional context
No response
Logs
No response