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 9114d17 commit 01ff006Copy full SHA for 01ff006
src/Security/Authentication/Cookies/src/CookieAuthenticationOptions.cs
@@ -128,7 +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 property should be used instead of <see cref="CookieOptions.Expires"/>.
+ /// This property should be used instead of <see cref="CookieOptions.Expires"/>, which is ignored.
132
133
/// </summary>
134
public TimeSpan ExpireTimeSpan { get; set; }
0 commit comments