Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ public CookieBuilder Cookie
/// even if it is passed to the server after the browser should have purged it.
/// </para>
/// <para>
/// This is separate from the value of <see cref="CookieOptions.Expires"/>, which specifies
/// how long the browser will keep the cookie.
/// This property should be used instead of <see cref="CookieBuilder.Expiration"/>, which is ignored.
/// </para>
/// </summary>
public TimeSpan ExpireTimeSpan { get; set; }
Expand Down
Loading