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::Driver::file"

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

When CGI::Session object is created without explicitly setting *driver*, *file* will be assumed. *file* - driver will store session data in plain files, where each session will be stored in a separate file. Naming conventions of session files are def...

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

CGI::Session::Driver::db_file - CGI::Session driver for BerkeleyDB using DB_File River stage two • 43 direct dependents • 56 total dependents

db_file stores session data in BerkelyDB file using DB_File - Perl module. All sessions will be stored in a single file, specified in *FileName* driver argument as in the above example. If *FileName* isn't given, defaults to /tmp/cgisess.db, or its e...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 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 - 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::Panel - Create stateful event-driven web applications from simple panel objects River stage zero No dependents

CGI::Panel allows applications to be built out of simple object-based components. It'll handle the state of your data and objects so you can write a web application just like a desktop app. You can forget about the http requests and responses, whethe...

RSYMES/CGI-Panel-0.97 - 26 Jun 2003 09:57:12 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::WebToolkit - Website Toolkit River stage zero No dependents

CGI::WebToolkit tries to simplify the common tasks when creating dynamic websites. The use of CGI::WebToolkit should lead to the development of easy to understand, relieable and fast dynamic web applications that are easy to adjust and maintain. CGI:...

KITOMER/CGI-WebToolkit-0.08 - 14 Oct 2010 07:21:29 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::Driver::odbc - A CGI::Session driver for ODBC River stage zero No dependents

"CGI::Session::Driver::odbc" stores session records in an ODBC-compatile table. For details see CGI::Session::Driver::DBI, its parent class. Driver Arguments The "CGI::Session::Driver::odbc" driver supports all the arguments documented in CGI::Sessio...

RSAVAGE/CGI-Session-Driver-odbc-1.05 - 24 Aug 2010 04:55:18 UTC

CGI::MxScreen::Config - configuration for CGI::MxScreen River stage zero No dependents

The CGI::MxScreen::Config module is meant to provide compile-time configuration for the CGI::MxScreen framework. Configuration parameters may be set in a Perl file (which is loaded via "require", so it must end-up being syntactically correct and retu...

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

CGI::Session::Driver::oracle - A CGI::Session driver for Oracle River stage one • 1 direct dependent • 1 total dependent

"CGI::Session::Driver::oracle" stores session records in an Oracle table. For details see CGI::Session::Driver::DBI, its parent class. Driver Arguments The "CGI::Session::Driver::oracle" driver supports all the arguments documented in CGI::Session::D...

RSAVAGE/CGI-Session-Driver-oracle-1.05 - 24 Aug 2010 04:55:35 UTC

CGI::Session::Driver::DBI - Base class for native DBI-related CGI::Session drivers River stage two • 43 direct dependents • 56 total dependents

In most cases you can create a new DBI-driven CGI::Session driver by simply creating an empty driver file that inherits from CGI::Session::Driver::DBI. That's exactly what sqlite does. The only reason why this class doesn't suit for a valid driver is...

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

CGI::Session::Driver::chi River stage zero No dependents

This driver allows CGI::Session to use CHI as a session store...

ROUZIER/CGI-Session-Driver-chi-1.0.3 - 28 Apr 2014 16:36:39 UTC

CGI::Application::Framework - Fully-featured MVC web application platform River stage zero No dependents

"CGI::Application::Framework" is a web development plaform built upon "CGI::Application". It incorporates many modules from CPAN in order to provide a feature-rich environment, and makes it easy to write robust, secure, scalable web applications. It ...

RDICE/CGI-Application-Framework-0.26 - 01 Nov 2005 02:13:47 UTC

CGI::Application::Demo::Basic - A vehicle to showcase CGI::Application River stage zero No dependents

"CGI::Application::Demo::Basic" showcases "CGI::Application"-based applications, via these components: o A set of 7 CGI instance scripts o A set of 4 text configuration files o A CSS file o A data file to help bootstrap populating the database o A se...

RSAVAGE/CGI-Application-Demo-Basic-1.06 - 25 Apr 2010 03:03:46 UTC

CGI::Session::Driver::aggregator - CGI::Session driver to aggregate some CGI::Session drivers. River stage zero No dependents

aggregator stores session data into anything to be set up....

OINUME/CGI-Session-Driver-aggregator-0.04 - 23 Apr 2017 12:14:57 UTC

CGI::Session::Driver::layered - Use multiple layered drivers River stage zero No dependents

CGI::Session::Driver::Layered provides a interface for using multple drivers to store sessions. Each session is stored in all the configured drivers. When fetching a session, the driver with the most recent copy of the session is used. The drivers ar...

CREIN/CGI-Session-Driver-layered-0.8 - 09 Jun 2011 17:01:51 UTC

CGI::Application::Plugin::Session - Plugin that adds session support to CGI::Application River stage two • 15 direct dependents • 16 total dependents

CGI::Application::Plugin::Session seamlessly adds session support to your CGI::Application modules by providing a CGI::Session object that is accessible from anywhere in the application. Lazy loading is used to prevent expensive file system or databa...

FREW/CGI-Application-Plugin-Session-1.05 - 21 Dec 2013 17:31:50 UTC

CGI::Application::Plugin::LinkIntegrity - Make tamper-resisistent links in CGI::Application River stage zero No dependents

"CGI::Application::Plugin::LinkIntegrity" lets you create tamper-resistent links within your CGI::Application project. When you create an URL with "link", a "_checksum" is added to the URL: my $link = $self->link("/account.cgi?rm=balance&acct_id=73")...

MGRAHAM/CGI-Application-Plugin-LinkIntegrity-0.06 - 18 May 2006 06:58:04 UTC

CGI::Application::Plugin::Authentication - Authentication framework for CGI::Application River stage one • 2 direct dependents • 2 total dependents

CGI::Application::Plugin::Authentication adds the ability to authenticate users in your CGI::Application modules. It imports one method called 'authen' into your CGI::Application module. Through the authen method you can call all the methods of the C...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC
21 results (0.057 seconds)