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 UTCIn 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 UTCThis 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 UTCWhen 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 UTCHSW/CGI-Session-Driver-dbic-1.01 - 26 Aug 2010 14:09:27 UTC
"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 UTCThis 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 UTCmysql 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" 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 UTCThis 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 UTCsqlite 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 UTCdb_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 UTCCGI::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 UTCCGI::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*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 UTCbitbucket 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 UTCmemcached stores session data into memcached....
OINUME/CGI-Session-Driver-memcached-0.04 - 11 Sep 2009 11:24:55 UTCFlexMySQL 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 UTCaggregator stores session data into anything to be set up....
OINUME/CGI-Session-Driver-aggregator-0.04 - 23 Apr 2017 12:14:57 UTCCGI::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