I think you missed the below code changes in Cookie.php
setcookie($name, $value, $expire, $path.self::SAMESITE, $domain, $secure, $httponly);
Please do the same as I mentioned in the previous posts.
How to do this for 2.3 ? This version has complete different file structure. Please help
Hi, i ve just applied your solution and begin to check results.
Please clarify: For file cookie.php you say about line 41 to replace.
My file there is empty at that line. Did you mean to add your line there and have that result
const XML_PATH_COOKIE_DOMAIN = 'web/cookie/cookie_domain'; const XML_PATH_COOKIE_PATH = 'web/cookie/cookie_path'; const XML_PATH_COOKIE_LIFETIME = 'web/cookie/cookie_lifetime'; const XML_PATH_COOKIE_HTTPONLY = 'web/cookie/cookie_httponly'; const SAMESITE = ';samesite=None; Secure';
Is solution ok for php 5.6?
thank you
@Madhu Rajawat it worked, Thanks