diff --git a/plugins/apollo.js b/plugins/apollo.js index 25225d13..4688b254 100644 --- a/plugins/apollo.js +++ b/plugins/apollo.js @@ -9,7 +9,7 @@ import { provideApolloClient } from "@vue/apollo-composable"; export default defineNuxtPlugin((nuxtApp) => { const cookie = useCookie("woo-session", { - maxAge: 86_400, + maxAge: 604_800, sameSite: "lax", }); const config = useRuntimeConfig();