HTTPCookie: fix documentation for max age

This commit is contained in:
Guenter Obiltschnig
2014-10-04 07:40:43 +02:00
parent a25877bfc2
commit fb2eba8eac

View File

@@ -141,8 +141,10 @@ public:
/// Sets the maximum age in seconds for
/// the cookie.
///
/// A value of -1 causes the cookie to
/// never expire on the client.
/// A value of -1 (default) causes the cookie
/// to become a session cookie, which will
/// be deleted when the browser window
/// is closed.
///
/// A value of 0 deletes the cookie on
/// the client.