This script demonstrates handling input to CGI scripts in a convenient and consistent way. All of the Form, URL, and Cookie input is processed and placed into an array.
This is a demonstration script of the ''triple dot cookie'' vulnerability in Microsoft Internet Explorer and Netscape. Triple dot cookies can be used to completely by-pass the domain restrictions for cookies in those browsers.
A cookie is simply a small (up to 20 times 4k per domain) bit of info which servers can store in a browser''s client. This script shows an example of how to set and retrieve a cookie.