diff --git a/src/Microsoft.AspNetCore.Session/SessionOptions.cs b/src/Microsoft.AspNetCore.Session/SessionOptions.cs
index 41c13a8a06..a025b60932 100644
--- a/src/Microsoft.AspNetCore.Session/SessionOptions.cs
+++ b/src/Microsoft.AspNetCore.Session/SessionOptions.cs
@@ -38,6 +38,7 @@ namespace Microsoft.AspNetCore.Builder
///
/// Determines if the cookie should only be transmitted on HTTPS requests.
+ ///
public CookieSecurePolicy CookieSecure { get; set; } = CookieSecurePolicy.None;
///