Skip to content

Commit

Permalink
removed exp session prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpi committed Oct 3, 2024
1 parent 758ca2d commit 698aabe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 698aabe

Please sign in to comment.