Search results for "module:CGI::Cookie"
CGI::Cookie - Interface to HTTP Cookies
CGI::Cookie is an interface to HTTP/1.1 cookies, a mechanism that allows Web servers to store persistent information on the browser's side of the connection. Although CGI::Cookie is intended to be used in conjunction with CGI.pm (and is in fact used ...
LEEJO/CGI-4.57 - 02 May 2023 13:16:01 UTC
CGI::Cookie::XS - HTTP Cookie parser in pure C
This module implements a very simple parser for cookies used in HTTP applications. We've found CGI::Simple::Cookie and CGI::Cookie rather slow according to the profiling results for our OpenResty project, hence the rewrite in C. This library is still...
AGENT/CGI-Cookie-XS-0.18 - 02 Sep 2009 13:37:13 UTC
CGI::Kwiki::Cookie - CGI Base Class for CGI::Kwiki
See installed kwiki pages for more information....
INGY/CGI-Kwiki-0.18 - 11 Sep 2003 06:08:36 UTC
CGI::Simple::Cookie - Interface to HTTP cookies
CGI::Simple::Cookie is an interface to HTTP/1.1 cookies, a mechanism that allows Web servers to store persistent information on the browser's side of the connection. Although CGI::Simple::Cookie is intended to be used in conjunction with CGI::Simple ...
MANWAR/CGI-Simple-1.280 - 11 Jan 2022 15:16:20 UTC
CGI::Cookie::Splitter - Split big cookies into smaller ones.
RFC 2109 recommends that the minimal cookie size supported by the client is 4096 bytes. This has become a pretty standard value, and if your server sends larger cookies than that it's considered a no-no. This module provides a pretty simple interface...
ETHER/CGI-Cookie-Splitter-0.05 - 16 Aug 2015 05:59:52 UTC
OpenPlugin::Cookie::CGI - CGI driver for the OpenPlugin::Cookie plugin
ERIC/OpenPlugin-0.11
-
29 Aug 2003 03:04:25 UTC
CGI::Lite::Request::Cookie - Cookie objects for CGI::Lite::Request
This class is almost identical to the original CGI::Cookie, except in that it doesn't require the Cursed Gateway Interface (CGI.pm) to function, instead it uses only methods provided by CGI::Lite - a module which lives up to its name....
RHUNDT/CGI-Lite-Request-0.06 - 11 Mar 2006 14:04:38 UTC
CGI::Apache2::Wrapper::Cookie - cookies via libapreq2
This module provides a wrapper around Apache2::Cookie. Some methods are overridden in order to provide a CGI::Cookie-compatible interface. Cookies are created with the *new* method: my $c = CGI::Apache2::Wrapper::Cookie->new($r, -name => 'foo', -valu...
RKOBES/CGI-Apache2-Wrapper-0.215 - 19 Mar 2008 03:02:44 UTC
CGI::CookieSerial - a wrapper for creating a CGI serial cookie or cookies with any serialized perl data stuctures
This module is simpler to use than other cookie modules, but other than that, there isn't much difference....
OUBIWANN/CGI-CookieSerial-0.06 - 15 Jan 2003 20:55:35 UTC
CGI::Lazy::CookieMonster
Module for handling http cookies. Come on, when was I gonna find another opportunity for a module called 'CookieMonster'?...
VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC
Apache::AuthCookie::Params::CGI - Internal CGI Params Subclass
This is a pure perl implementation of HTTP/CGI parameter processing for Apache::AuthCookie....
MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC
CGI::Application::Plugin::Authentication::Store::Cookie - Cookie based Store
This module uses a cookie to store authentication information across multiple requests. It works by creating a cookie that contains the information we would like to store (like the name of the user that is currently authenticated), and then base64 en...
WESM/CGI-Application-Plugin-Authentication-0.23 - 05 Mar 2018 19:17:59 UTC
CGI::Ex - CGI utility suite - makes powerful application writing fun and easy
CGI::Ex provides a suite of utilities to make writing CGI scripts more enjoyable. Although they can all be used separately, the main functionality of each of the modules is best represented in the CGI::Ex::App module. CGI::Ex::App takes CGI applicati...
CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 UTC
CGI::Plus - Extra utilities for CGI
This module adds a few enhancements to CGI::Safe <http://search.cpan.org/~ovid/CGI-Safe/lib/CGI/Safe.pm>, which itself adds a few security-based enancements to CGI.pm <http://perldoc.perl.org/CGI.html>. The enhancement are almost entirely additions -...
MIKO/CGI-Plus-0.15 - 05 Jan 2015 01:11:46 UTC