We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0561b commit f9779d7Copy full SHA for f9779d7
webware/Configs/Application.config
@@ -68,7 +68,7 @@ UseAutomaticPathSessions = False
68
UseCookieSessions = True
69
# If you rewrite the URL, you may need to specify this explicitly:
70
SessionCookiePath = None # the servlet path is used if not specified
71
-SecureSessionCookie = True # use a secure cookie for HTTPS connections
+SecureSessionCookie = not Development # use a secure cookie for HTTPS connections
72
HttpOnlySessionCookie = True # session cookie should be HttpOnly
73
SameSiteSessionCookie = 'Strict' # set SameSite attribute on session cookie
74
0 commit comments