From 4f3d984f87f5c7b5946213419049a1d6e2dfff3a Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Thu, 16 Jun 2016 13:40:16 -0700 Subject: [PATCH] Forgotten summary tag --- src/Microsoft.AspNetCore.Session/SessionOptions.cs | 1 + 1 file changed, 1 insertion(+) 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; ///