Cookies
Results 1 - 6 of 6
Ace Perl Cookie Retrieval
Perl code snippets to retrieve the cookies. After the subroutine is run, all the user's available cookies will populate the %cookie associate array.
Perl Cookie Maniplution
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
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.
Triple Dot Cookies
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.
Cookie-test
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.
The Cookie Test
It is a technical example with subs for handling cookies.
