The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "CGI::Cookie"

CGI::Cookie - Interface to HTTP Cookies River stage four • 286 direct dependents • 1216 total dependents

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.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution
  • CGI - Handle Common Gateway Interface requests and responses
  • CGI::Push - Simple Interface to Server Push

CGI::Cookie::XS - HTTP Cookie parser in pure C River stage one • 2 direct dependents • 6 total dependents

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 - Search in distribution

CGI::Kwiki::Cookie - CGI Base Class for CGI::Kwiki River stage zero No dependents

See installed kwiki pages for more information....

INGY/CGI-Kwiki-0.18 - 11 Sep 2003 06:08:36 UTC - Search in distribution
  • CGI::Kwiki - A Quickie Wiki that's not too Tricky

CGI::Simple::Cookie - Interface to HTTP cookies River stage two • 19 direct dependents • 57 total dependents

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.281 - 31 Jan 2024 14:19:02 UTC - Search in distribution
  • CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant

CGI::Cookie::Splitter - Split big cookies into smaller ones. River stage zero No dependents

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 - Search in distribution

OpenPlugin::Cookie::CGI - CGI driver for the OpenPlugin::Cookie plugin River stage zero No dependents

ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC - Search in distribution

CGI::Lite::Request::Cookie - Cookie objects for CGI::Lite::Request River stage zero No dependents

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 - Search in distribution

CGI::Apache2::Wrapper::Cookie - cookies via libapreq2 River stage zero No dependents

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 - Search in distribution

CGI::CookieSerial - a wrapper for creating a CGI serial cookie or cookies with any serialized perl data stuctures River stage zero No dependents

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 - Search in distribution

CGI::Lazy::CookieMonster River stage zero No dependents

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 - Search in distribution

Apache::AuthCookie::Params::CGI - Internal CGI Params Subclass River stage one • 9 direct dependents • 9 total dependents

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 - Search in distribution

CGI::Application::Plugin::Authentication::Store::Cookie - Cookie based Store River stage one • 2 direct dependents • 2 total dependents

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.24 - 05 Jan 2024 21:31:26 UTC - Search in distribution

QWizard::Storage::CGICookie - Stores data in web cookies. Requires javascript. River stage zero No dependents

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....

HARDAKER/QWizard-3.15 - 17 Sep 2008 15:27:26 UTC - Search in distribution

CAM::Session - DBI and cookie CGI session state maintenance River stage zero No dependents

CAM::Session interacts with the CGI program, the database and the visitor's cookie to create a storage space for persistent data....

CLOTHO/CAM-Session-1.03 - 26 Apr 2005 17:49:59 UTC - Search in distribution

Cookie::XS - HTTP Cookie parser in C (Please use CGI::Cookie::XS instead) River stage one • 1 direct dependent • 1 total dependent

WARNING: This module is obsolete now; please use CGI::Cookie::XS instead. 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 result...

AGENT/Cookie-XS-0.11 - 12 Sep 2008 07:05:58 UTC - Search in distribution

BW::CGI - Simple OO CGI River stage one • 1 direct dependent • 1 total dependent

BILLW/bw-lib-1.4 - 11 Mar 2010 17:11:04 UTC - Search in distribution

CGI::Plus - Extra utilities for CGI River stage zero No dependents

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 - Search in distribution

Cookie::Baker - Cookie string generator / parser River stage four • 5 direct dependents • 1892 total dependents

Cookie::Baker provides simple cookie string generator and parser....

KAZEBURO/Cookie-Baker-0.12 - 05 Jan 2024 08:28:19 UTC - Search in distribution

CGI::Debug - module for CGI programs debugging River stage zero No dependents

CGI::Debug will catch (almost) all compilation and runtime errors and warnings and will display them in the browser. Just "use CGI::Debug" on the second row in your program. The module will not change the behaviour of your cgi program. As long as you...

JONAS/CGI-Debug-1.0 - 28 Dec 2000 19:20:34 UTC - Search in distribution
285 results (0.113 seconds)