diff --git a/.changeset/fix-commit-session-expires.md b/.changeset/fix-commit-session-expires.md new file mode 100644 index 00000000000..825522dc027 --- /dev/null +++ b/.changeset/fix-commit-session-expires.md @@ -0,0 +1,5 @@ +--- +"@remix-run/server-runtime": patch +--- + +Ensure `maxAge`/`expires` options passed to `commitSession` take precedence over the original `cookie.expires` value ([#6598](https://github.com/remix-run/remix/pull/6598))