We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b64506 commit 8c687fcCopy full SHA for 8c687fc
src/Security/Authentication/Cookies/src/CookieAuthenticationOptions.cs
@@ -128,8 +128,7 @@ public CookieBuilder Cookie
128
/// even if it is passed to the server after the browser should have purged it.
129
/// </para>
130
/// <para>
131
- /// This is separate from the value of <see cref="CookieOptions.Expires"/>, which specifies
132
- /// how long the browser will keep the cookie.
+ /// This property should be used instead of <see cref="CookieBuilder.Expiration"/>, which is ignored.
133
134
/// </summary>
135
public TimeSpan ExpireTimeSpan { get; set; }
0 commit comments