1 # http\Cookie http\Cookie::setMaxAge([int $value = -1])
3 Set the maximum age the cookie may have on the client side.
4 This is a client clock departure safe alternative to the "expires" attribute.
5 See http\Cookie::setExpires().
9 * Optional int $value = -1
10 The max-age in seconds.