diff --git a/nuxt.config.ts b/nuxt.config.ts index 479cabe..0ec7145 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -36,8 +36,8 @@ export default defineNuxtConfig({ }, }, session: { - expirationCheck: false, - automaticRefresh: false, + expirationCheck: true, + automaticRefresh: true, maxAge: 3600, }, middleware: {