Hi, you can get rid of this problem by updating your php.ini file. Valid for PHP7.3 and above.
--
Find:
;session.cookie_secure =Replace:
session.cookie_secure = 1
session.cookie_samesite = "None"--
For laravel, you have to make changes in the session.php file:
'path' => '/;SameSite=None; secure', For other:
https://stackoverflow.com/a/51128675