setting js cookie then accessing with php in same page – undefined till page is refreshed
Is it possible to set this cookie with js then access it later in the body with php? No matter where I put my script when I echo with php it is always undefined until I refresh the page. I…