Cookies -- Client Side Files
Cookies provide an alternative mechanism to hidden files where information is saved in special file on client (called cookies or cookies.txt)
- Note History Cache Bookmarks are also saved client side
Such files can preserve information in a more robust way than hidden alternative!
Cookies are supported by Microsoft and and Netscape and can be used (like forms) for pure client-side or client-server activities
Neither hidden or cookies are very secure
Cookies have 5 attributes -- name, expires, domain, path and secure and are specified by a single line that must specify a value for name but where all other attributes are optional.