1CGICookie(3)          User Contributed Perl Documentation         CGICookie(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

20       Wes Hardaker, hardaker@users.sourceforge.net
21

SEE ALSO

23       perl(1)
24
25       Net-Policy: http://net-policy.sourceforge.net/
26
27
28
29perl v5.30.0                      2019-07-26                      CGICookie(3)
Impressum