Bug #5775
Cookie can't be set to insecure if keyword argument is present in Request.AddCookie()
Status:
New
Priority:
Normal
Assignee:
-
Category:
Core
Target version:
-
Start date:
2019-11-25
Due date:
% Done:
0%
Estimated time:
Description
When the keyword argument secure=... is present, the cookie will always be set to secure, no matter the value. The only way to make the cookie insecure is to omit the keyword argument.