QWizard::Storage::CGICookie.3pm

Langue: en

Version: 2008-09-17 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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/