Join Slack
Powered by
Is there a way to set `cookie.extensions["SameSite...
# ktor
e
edwinRNDR
01/04/2022, 1:16 PM
Is there a way to set
cookie.extensions["SameSite"] = "None; Secure"
without the semicolon being escaped in the cookie output?
h
hfhbd
01/04/2022, 1:27 PM
cookie.extensions["SameSite"] = "None" cookie.secure = true
e
edwinRNDR
01/04/2022, 1:34 PM
thanks!
43
Views
Open in Slack
Previous
Next