Let's say I make a cookie using jQuery's Cookie Plugin:
$.cookie('Cookie', "Cookie Value", 1);
Can I read it using php with:
echo $_COOKIE["Cookie"];
Yes.
The cookie is sent back with every HTTP GET or POST to the server made from the domain/path the cookie is set to, until it expires.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With