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 /// Sets the maximum age in seconds for
/// the cookie. /// the cookie.
/// ///
/// A value of -1 causes the cookie to /// A value of -1 (default) causes the cookie
/// never expire on the client. /// to become a session cookie, which will
/// be deleted when the browser window
/// is closed.
/// ///
/// A value of 0 deletes the cookie on /// A value of 0 deletes the cookie on
/// the client. /// the client.