sidebase / nuxt-session

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.
https://sidebase.io/nuxt-session/
MIT License
188 stars 19 forks source link

Same Nuxt Session variables used in different scopes does not refresh. #75

Open dstrickland67 opened 1 year ago

dstrickland67 commented 1 year ago

Ask your question

Just a super simple example, app.vue (nuxt3) defines a simple layout and uses sample form help to make a client side counter. The counter increment is included before the

`

` In another page, (index.vue) `

` Updates to session in app . Do not bubble into the index page . It feels like i might be missing something.

Additional information

No response