Is it possible for PHP to retrieve a Cookie on initial/first page load?
I am trying to retrieve, not set, a Cookie that exists for a certain site. The Cookie exists and was set during a prior session with an expiration date well into the future. It is not set with HttpOnly. It is set with path=/ and secure.
How to load cookies in PHP on firstpage load
I cannot read and load non-HttpOnly non-Session cookies via $_COOKIES[‘mycookie’] in PHP on initial page load.
unable to read cookie value because of same-site issues PHP
Setting a cookie like so.
unable to read cookie value because of same-site issues
Setting the cookie like so (in php)