mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
HTTPCookie: fix documentation for max age
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user