Cookie “PHPSESSID” does not have a proper “SameSite” attribute value #16626
f1-outsourcing
started this conversation in
General
Replies: 1 comment
-
The session manager or any adapter are not setting any "session" cookies or their properties - it is all done internally via the PHP session manager. If you want to change any of those settings your best bet is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new with phalcon and don't really get how to set options to the default php session and how this session start relates to the options array for
$this->cookies->set
In this stackoverflow example[1] they are setting the ini. I prefer to skip setting values ini.
[1]
https://stackoverflow.com/questions/64442252/session-lose-on-bank-redirect-phalconphp
Beta Was this translation helpful? Give feedback.
All reactions