diff --git a/plugins/apollo.js b/plugins/apollo.js index 4688b254..cc616acf 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: 604_800, + maxAge: 1_209_600, // 14 days sameSite: "lax", }); const config = useRuntimeConfig();