Skip to content

Commit

Permalink
increase maxAge
Browse files Browse the repository at this point in the history
  • Loading branch information
mpabst-udg committed Feb 21, 2024
1 parent 0edff92 commit 37834a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ app.get("/cookie-echo", (req, res, next) => {
}

res
.cookie("cookie-out", value, { maxAge: 10 })
.cookie("cookie-out", value, { maxAge: 60000 })
.send("out cookie set to " + value + "\n" + out);
});

0 comments on commit 37834a5

Please sign in to comment.