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
|
||||
/// 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.
|
||||
|
||||
Reference in New Issue
Block a user