You are viewing a single comment's thread from:
RE: PHP Tutorial #20 The Cookie How To Create , Modify And Delete A Cookie
Why not set these types of cookies in JavaScript, client side? As they appear to be more preference based as opposed to something the server needs to work on and know (php side).
Example and such : https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie
@sn0n cookies are used in php as client side and sessions as server side.