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"

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::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::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::dbic - DBIx::Class storage driver for CGI::Session. River stage zero No dependents

HSW/CGI-Session-Driver-dbic-1.01 - 26 Aug 2010 14:09:27 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::Session::Driver::redis - CGI::Session driver for redis River stage zero No dependents

This backend stores session data in a persistent redis server, with the ability to specify an expiry time in seconds....

SKX/CGI-Session-Driver-redis-0.7 - 27 Feb 2016 07:56:51 UTC

CGI::Session::Driver::mysql - CGI::Session driver for MySQL database River stage two • 43 direct dependents • 56 total dependents

mysql stores session records in a MySQL table. For details see CGI::Session::Driver::DBI, its parent class. It's especially important for the MySQL driver that the session ID column be defined as a primary key, or at least "unique", like this: CREATE...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 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::sqlite - CGI::Session driver for SQLite River stage two • 43 direct dependents • 56 total dependents

sqlite driver stores session data in SQLite files using DBD::SQLite DBI driver. More details see CGI::Session::Driver::DBI, its parent class....

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

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

This driver module for CGI::Session 4.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::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::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::pure_sql - Pure SQL driver with no embedded Perl stored in the database River stage zero No dependents

*Disclaimer* While this software is complete and includes a working test suite, I'm marking it as a development release to leave room for feedback on the interface. Until that happens, it's possible I may make changes that aren't backwards compatible...

MARKSTOS/CGI-Session-Driver-pure_sql-0.70 - 03 Apr 2010 03:27:31 UTC

CGI::Session::Driver::memcache - Store CGI::Session objects in memcache daemon River stage zero No dependents

CGI::Session::Driver::memcache is a storage driver (only referred as 'driver' in CGI::Session lingo) for persisting CGI Sessions into a fast memcached server. It requires you to instantiate memcached connection using any of the available Perl memcach...

OHOLLMEN/CGI-Session-Driver-memcache-0.10 - 22 Nov 2013 06:25:10 UTC

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

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

JBUHACOFF/CGI-Session-Driver-bitbucket-1.06 - 25 Nov 2008 23:17:50 UTC

CGI::Session::Driver::memcached - CGI::Session driver for memcached River stage zero No dependents

memcached stores session data into memcached....

OINUME/CGI-Session-Driver-memcached-0.04 - 11 Sep 2009 11:24:55 UTC

CGI::Session::Driver::flexmysql - flexible MySQL driver for CGI::Session River stage zero No dependents

FlexMySQL is a CGI::Session driver to store session data in MySQL table. It differs from the original mysql driver in several ways: 1. FlexMySQL lets you completely customize your table setup each time you create a new session object. No more setting...

JBUHACOFF/CGI-Session-Driver-flexmysql-0.2.04 - 23 Jul 2005 17:50:58 UTC

CGI::Session::Driver::postgresql - PostgreSQL driver for CGI::Session River stage two • 43 direct dependents • 56 total dependents

CGI::Session::PostgreSQL is a CGI::Session driver to store session data in a PostgreSQL table....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 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
52 results (0.052 seconds)