Hi, i saw that exist an attribute called "SameSite" for cookies, it prevent attacks based in CSRF, is compatible with chrome and firefox, but phalcon dont implement it.
Here have more information about it: https://www.sjoerdlangkemper.nl/2016/04/14/preventing-csrf-with-samesite-cookie-attribute/
I would like a little help, for implement it in a override of the cookie class.
A regards and thanks in advance.