edicl / hunchentoot

Web server written in Common Lisp
https://edicl.github.io/hunchentoot/
702 stars 125 forks source link

add SameSite cookie attribute #202

Closed fabienpelletier closed 3 years ago

fabienpelletier commented 3 years ago

this allows to set the SameSite attribute for a cookie, as explained in more details at

stassats commented 3 years ago

I suppose it needs to default to nil and then use ~@[; SameSite=~A~]

fabienpelletier commented 3 years ago

@stassats you're right, I'll refactor with that.