cookie is a text file that is stored on the client in name => value pairs to identify subsequent requests from the client by the server. Max. size of cookie file is 4k and it is stored on the client's hard disk. Cookies are used as a mechanism to establish state and to track user behavior.
(more…)