- 1,251 categories
- 40,829 scripts
- Perl code snippets to retrieve the cookies. After the subroutine is run, all the user''s available cookies will populate the %cookie associate array.
- 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.
- Cookie-lib.pl is a perl library, written in the spirit of cgi-lib.pl to help developers use cookies easily and effectively in web applications.
- 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.
- It is a technical example with subs for handling cookies.
- 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.