@jason_long
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.
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!