Microsoft.AspNetCore.Session

January 13, 2025 ยท View on GitHub

 {
     namespace Microsoft.AspNetCore.Builder {
         public class SessionOptions {
-            public string CookieDomain { get; set; }

-            public bool CookieHttpOnly { get; set; }

-            public string CookieName { get; set; }

-            public string CookiePath { get; set; }

-            public CookieSecurePolicy CookieSecure { get; set; }

         }
     }
 }