|
Perl code snippets to
Cookie-lib.pl is a perl
A cookie is simply a small
This script demonstrates
retrieve the cookies. After
library, written in the
(up to 20 times 4k per
handling input to CGI
the subroutine is run, all
spirit of cgi-lib.pl to help
domain) bit of info which
scripts in a convenient and
the user's available cookies
developers use cookies
servers can store in a
consistent way. All of the
will populate the %cookie
easily and effectively in
browser's client. This
Form, URL, and Cookie input
associate array.
web applications.
script shows an example of
is processed and placed into
how to set and retrieve a
an array.
cookie.
Date: Apr, 13 2001 Date: Sep, 14 1999 Date: Aug, 23 1999 Date: Mar, 11 2000 |
|
It is a technical example
This is a demonstration
with subs for handling
script of the 'triple dot
cookies.
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.
Date: Aug, 23 1999 Date: Sep, 08 1999 |