Introduction to Cookies

A cookie is a small piece of information (a string) that can be stored on a client computer, and later retrieved by the same or a related page. As cookies are often abused by commercial sites, be aware that many people refuse cookies, so do not depend on them.

This page allows you to set cookies, and when it is (re)loaded, it shows you the cookies it found.

These are your cookies:

use function: cookies_array () // returns array like php's $_COOKIE, with existing cookies (view source to see)

Make your own cookie: