The [docs for WireInputDataCookie::set()](https://processwire.com/api/ref/wire-input-data-cookie/set/) say that if the `age` option is omitted then the default is "0, expire with session". But actually the expiry set to the cookie ends up being 1 week. This seems to be coming from `$config->cookieOptions` in `/wire/config.php` <img width="713" height="422" alt="Image" src="https://github.com/user-attachments/assets/634598d1-6526-45e6-8964-fedc2645d951" />