There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

QWizard::Storage::CGICookie - Stores data in web cookies. Requires javascript.

SYNOPSIS

my $st = new QWizard::Storage::CGICookie();
$st->set('var', 'value');
$st->get('var');

DESCRIPTION

Stores data passed to it inside of web cookies. It requires javascript so that the cookies can be set from anywhere including after the HTTP headers have already been sent.

AUTHOR

Wes Hardaker, hardaker@users.sourceforge.net

SEE ALSO

perl(1)

Net-Policy: http://net-policy.sourceforge.net/