Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HTTPCookie: fix documentation for max age
  • Loading branch information
obiltschnig committed Oct 4, 2014
1 parent a25877b commit fb2eba8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Net/include/Poco/Net/HTTPCookie.h
Expand Up @@ -141,8 +141,10 @@ class Net_API HTTPCookie
/// 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.
Expand Down

0 comments on commit fb2eba8

Please sign in to comment.