Re: Cookie age
"Alexander J. Oss" <[email protected]> Wed, 9 Jul 2003 19:09:28 -0400
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <004701c3466f$261d3b70$11bffea9@puter> |
>From RFC 2965: --- Max-Age=value OPTIONAL. The value of the Max-Age attribute is delta-seconds, the lifetime of the cookie in seconds, a decimal non-negative integer. To handle cached cookies correctly, a client SHOULD calculate the age of the cookie according to the age calculation rules in the HTTP/1.1 specification [RFC2616]. When the age is greater than delta-seconds seconds, the client SHOULD discard the cookie. A value of zero means the cookie SHOULD be discarded immediately. --- Presumably from when the client receives and stores the cookie. ----- Original Message ----- From: "Ferriol Barbena Matas" <[email protected]> To: <[email protected]> Sent: Tuesday, May 13, 2003 1:10 PM Subject: [help-cgicc] Cookie age Hi, I don't understand that the HTTPcookie age is in seconds. Seconds from when ? I haven't found any similar question in the list archives ? or in the site ? If it's possible please give me an exemple of cookie aging. Thanks ! Bye ! _______________________________________________ help-cgicc mailing list [email protected] http://mail.gnu.org/mailman/listinfo/help-cgicc