You are here:
Cookies in PHP - Tutorial
A cookie is a small bit of information stored on a viewer`s computer by his or her web browser by request from a web page. The information is constantly passed in HTTP headers between the browser and web server; the browser sends the current cookie as part of its request to the server and the server sends updates to the data back to the user as part of its response.
The size of a cookie depends on the browser but in general should not exceed 1K (1,024 bytes). The information can really be anything... it can be a name, the number of visits to the site, web based shopping cart information, personal viewing preferences or anything else that can be used to help provide customized content to the user.
Script Info:
Cookies in PHP - Tutorial from Tips and Tutorials Scripts.http://codewalkers.com/tutorials/60/1.html
|
||||||||
|
« Back to Tips and Tutorials
Comments
Only registered users can post comments!
