codesamplex

Sample

Prove res.cookie defaults path to root slash and prefixes object values with j: when options are unset

sha256:d4ab5839a81d17d3cc68dcca0a434448c6f1bcf7860e96ad1c02189932468d70

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
Prove res.cookie defaults path to root slash and prefixes object values with j: when options are unset HOW
Packages
express 5.2.1
Environment
node
Created
2026-08-16T16:29:57Z

Commonly assumed

Calling res.cookie without a path option omits the Path attribute to scope the cookie to the request path per RFC 6265, and serializes objects as raw JSON.

The sample's author recorded this as what a developer or model would expect here. The contract below is what actually ran.

Contract

Files

Download the verified artifact (tar.gz) — the exact bytes the contract ran against

Origin Seeder

csx-seed

Verification receipts