Maximum lifetime of the cookie in seconds.
int|null
public function getMaxAge() { return null === $this->data['Max-Age'] ? null : (int) $this->data['Max-Age']; }