diff --git a/app/session.ts b/app/session.ts index ecf559d..0b839fc 100644 --- a/app/session.ts +++ b/app/session.ts @@ -7,7 +7,6 @@ const { getSession, commitSession, destroySession } = httpOnly: true, secure: process.env.NODE_ENV === "production" ? true : false, sameSite: "none", - partitioned: true, secrets: [ process.env.SESSION_COOKIE_SECRET_KEY || "supersecretilpaystring", ],