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

Search results for "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 - Search in distribution

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

CGI::Session::AUS - Session management for Schema::RDBMS::AUS River stage one • 1 direct dependent • 1 total dependent

CGI::Session::AUS is a subclass of CGI::Session that provides access to sessions being used under Schema::RDBMS::AUS. It automatically configures the session object to use AUS's driver, and also provides access to the extra information that is stored...

CRAKRJACK/Schema-RDBMS-AUS-0.04 - 06 Jun 2008 04:41:54 UTC - Search in distribution

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 - Search in distribution
  • CGI::Easy - simple and straightforward helpers to make CGI easy

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

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

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

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

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

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

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

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

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

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

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

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 - Search in distribution
  • CGI::AutoForm - Automated abstraction of HTML forms from a data source

CGI::MxScreen::Session - Handle session save and restore River stage zero No dependents

This class handles the context save and restore operations, based on a serializer and a saving medium. Both can be configured dynamically, as explained in CGI::MxScreen::Config....

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC - Search in distribution

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

CGI::Session::BitBucket - a module that loses your session data River stage zero No dependents

CGI::Session::BitBucket is a CGI::Session driver to let you add session support to your program and not have to worry about where it will be stored until you're ready for that part. You can use the Log=>1 argument to see warnings in your log when the...

JBUHACOFF/CGI-Session-BitBucket-1.2 - 25 Nov 2008 23:46:22 UTC - Search in distribution

CGI::Session::Submitted - Automatic session and persistence of query data. River stage zero No dependents

This module is a wrap around CGI::Session. It offers a standard way in which you may want to use a session object in regards to incoming query data. This is how one may normally use a session object: * First, you would want to create a new session if...

LEOCHARRE/CGI-Session-Submitted-1.07 - 27 Nov 2006 20:31:03 UTC - Search in distribution
412 results (0.124 seconds)