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


QWizard documentation  | view source Contained in the QWizard distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Wes Hardaker, hardaker@users.sourceforge.net

SEE ALSO

Top

perl(1)

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


QWizard documentation  | view source Contained in the QWizard distribution.