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

Search results for "module:CGI::Session"

CGI::Session - persistent session data in CGI applications River stage two • 43 direct dependents • 56 total dependents

CGI::Session provides an easy, reliable and modular session management system across HTTP requests....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::AIS::Session - Perl extension to manage CGI user sessions with external identity authentication via AIS River stage zero No dependents

This module creates and maintains a read-only session abstraction based on data in a central AIS server. The session data provided by AIS is read-only. A second database keyed on the identity provided by AIS should be used to store persistent local i...

DAVIDNICO/CGI-AIS-Session-0.02 - 17 Jul 2002 06:33:32 UTC

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

CGI::Lazy::Session is for maintaining state between requests. It's enabled in the config file or config hash. Once it's enabled, any calls to $q->header will automatically include a cookie that will be used to retrieve session data. To function, the ...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Easy::Session - Support unique session ID and session data in cookies River stage one • 1 direct dependent • 1 total dependent

Manage session for CGI applications. Detect is user has cookie support. Generate unique session ID for each user. Store persistent and temporary (until browser closes) data in cookies. This module will set cookies " sid ", " perm " and " temp ", so y...

POWERMAN/CGI-Easy-v2.0.1 - 03 Apr 2018 15:51:18 UTC

CGI::Session::ODBC - ODBC driver for CGI::Session River stage zero No dependents

CGI::Session::ODBC is a CGI::Session driver to store session data in any ODBC-capable database. To write your own drivers for "CGI::Session", please refer to the CGI::Session manual....

CROMEDOME/CGI-Session-ODBC-0.5 - 27 Oct 2004 14:28:06 UTC

CGI::Session::Auth - Authenticated sessions for CGI scripts River stage zero No dependents

CGI::Session::Auth offers an alternative to HTTP authentication. Its goal is to integrate the authentication process into the web application as seamless as possible while keeping the programming interface simple. Users can authenticate themselves by...

GEEWIZ/CGI-Session-Auth-1.07 - 03 Mar 2010 15:45:47 UTC

CGI::Session::YAML - A session-handling module that uses YAML for storage. River stage zero No dependents

This module is a CGI module proxy that overrides the basic param handling methods in the CGI module, and causes them to be saved in a YAML storage file for reloading afterwards. The session id is stored in the CGI parameter .id, with a new one being ...

MSOULIER/CGI-Session-YAML-0.3 - 08 May 2008 17:20:07 UTC

CGI::Mungo::Session - Session class River stage zero No dependents

Class to deal with session management....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::Session::Flash - Session Flash Object River stage one • 1 direct dependent • 1 total dependent

This module implements a Flash object. A flash is session data with a specific life cycle. When you put something into the flash it stays there until two "cleanup" calls have been made. What this generally means is that in a web application the data ...

BCBAILEY/CGI-Session-Flash-0.02 - 22 Nov 2008 00:12:37 UTC

CGI::Session::Hidden - persistent session using hidden fields River stage zero No dependents

This driver module for CGI::Session 3.x allows storing the session inside a hidden field in the HTML page. The semantics are somewhat different than standard driver modules, but good enough for most uses....

MBARBON/CGI-Session-Hidden-0.03 - 15 Apr 2010 20:42:49 UTC

CGI::Session::Driver - CGI::Session driver specifications River stage two • 43 direct dependents • 56 total dependents

CGI::Session::Driver is a base class for all CGI::Session's native drivers. It also documents driver specifications for those willing to write drivers for different databases not currently supported by CGI::Session....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::SQLite - CGI::Session driver for SQLite River stage zero No dependents

CGI::Session::SQLite is a CGI::Session driver utilizing the SQLite DBMS. To write your own drivers for CGI::Session refer to the CGI::Session manual....

BMOYLES/CGI-Session-SQLite-1.0 - 24 Oct 2004 22:06:49 UTC

CGI::Session::ID::md5 - default CGI::Session ID generator River stage two • 43 direct dependents • 56 total dependents

CGI::Session::ID::MD5 is to generate MD5 encoded hexadecimal random ids. The library does not require any arguments....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::ID::sha - CGI::Session ID driver for generating SHA-1 based IDs River stage zero No dependents

Use this module to generate SHA-1 encoded hexadecimal IDs for CGI::Session objects. This library does not require any arguments. To use it, add "id:sha" to the DSN string when creating CGI::Session objects. Keep in mind Keep in mind that a SHA-1 enco...

DESOTO/CGI-Session-ID-sha-1.01 - 04 Nov 2008 04:32:07 UTC

CGI::JSONRPC::Session - Persistant CGI handler for JSONRPC River stage zero No dependents

CGI::JSONRPC implements the JSONRPC protocol as defined at <http://www.json-rpc.org/>. When a JSONRPC request is received by this handler, it is translated into a method call. The method and it's arguments are determined by the JSON payload coming fr...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC

CGI::Builder::Session - CGI::Builder and CGI::Session integration River stage zero No dependents

Note: You should know CGI::Builder. This module transparently integrates "CGI::Builder" and "CGI::Session" in a very handy and flexible framework that can save you some coding. It provides you a mostly automatic and ready to use CGI::Session object (...

DOMIZIO/CGI-Builder-Session-1.26 - 06 Aug 2005 11:52:32 UTC

CGI::Session::Tutorial - Extended CGI::Session manual River stage two • 43 direct dependents • 56 total dependents

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::ID::incr - CGI::Session ID driver River stage two • 43 direct dependents • 56 total dependents

CGI::Session::ID::incr is to generate auto incrementing Session IDs. Compare it with CGI::Session::ID::md5, where session ids are truly random 32 character long strings. CGI::Session::ID::incr expects the following arguments passed to CGI::Session->n...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::AutoForm::Session - Stateful CGI sessions River stage one • 2 direct dependents • 2 total dependents

A virtual base class to help implement a CGI session across HTTP requests. The basic idea is to define a set of forms using CGI::AutoForm, and cache them if desired (e.g. if using mod_perl). You then define a sequence that the forms will appear in th...

RSANDBERG/CGI-AutoForm-1.05 - 06 Jun 2012 00:48:08 UTC

CGI::Session::ID::uuid - UUID based CGI Session Identifiers River stage zero No dependents

CGI::Session::ID::uuid is a CGI::Session 4.00 driver to generate identifiers based on DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUID). This module requires a reasonable UUID generator. For this it either requires the pr...

RSE/CGI-Session-ID-uuid-0.03 - 31 Oct 2005 13:46:43 UTC
189 results (0.038 seconds)