Wes Hardaker > QWizard-3.15 > QWizard::Storage::CGICookie

Download:
QWizard-3.15.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 3.15   Source  

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/