You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for SameSite cookie attribute (#387)
* Add support for SameSite cookie session setting
Starting from PHP 7.3 there's native support for SameSite cookies (RFC6265bis) which requires using a new session_get_cookie_params() parameter syntax.
---------
Co-authored-by: Emanuele Panzeri <[email protected]>
Set min versions of swiftmailer to 5.4.13 and 6.2.5 and updated swift…
…mailer submodule (#331)
* Update min versions of swiftmailer to v5.4.13 or v6.2.5
* Update swiftmailer code on submodule to v5.4.13