[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SetCookieRequest](./puppeteer.protocol.network.setcookierequest.md) > [expires](./puppeteer.protocol.network.setcookierequest.expires.md) ## Protocol.Network.SetCookieRequest.expires property Cookie expiration date, session cookie if not set Signature: ```typescript expires?: TimeSinceEpoch; ```