Search results for "module:Apache::Session::MySQL"
Apache::Session::MySQL - An implementation of Apache::Session
This module is an implementation of Apache::Session. It uses the MySQL backing store and the MySQL locking scheme. See the example, and the documentation for Apache::Session::Store::MySQL and Apache::Session::Lock::MySQL for more details....
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::Session::Lock::MySQL - Provides mutual exclusion using MySQL
Apache::Session::Lock::MySQL fulfills the locking interface of Apache::Session. Mutual exclusion is achieved through the use of MySQL's GET_LOCK and RELEASE_LOCK functions. MySQL does not support the notion of read and write locks, so this module onl...
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::Session::Store::MySQL - Store persistent data in a MySQL database
Apache::Session::Store::MySQL fulfills the storage interface of Apache::Session. Session data is stored in a MySQL database....
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::Session::MySQL::NoLock - An implementation of Apache::Session::MySQL without locking
This module is an implementation of Apache::Session. It uses the MySQL backing store and the Null locking scheme. See the example, and the documentation for Apache::Session::Store::MySQL for more details....
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::Session::Browseable::MySQL - Add index and search methods to Apache::Session::MySQL
Apache::Session::browseable provides some class methods to manipulate all sessions and add the capability to index some fields to make research faster....
GUIMARD/Apache-Session-Browseable-1.3.13 - 06 Jul 2023 11:38:32 UTC
lib/Apache/Session/Browseable/Store/MySQL.pm
GUIMARD/Apache-Session-Browseable-1.3.13
-
06 Jul 2023 11:38:32 UTC
Apache::Session - A persistence framework for session data
Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also wo...
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::SessionX - An extented persistence framework for session data
Apache::SessionX extents Apache::Session. It was initialy written to use Apache::Session from inside of HTML::Embperl, but is seems to be usefull outside of Embperl as well, so here is it as standalone module. Apache::Session is a persistence framewo...
GRICHTER/Apache-SessionX-2.01 - 15 Nov 2005 05:21:49 UTC
Apache::ASP - Active Server Pages for Apache with mod_perl
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...
CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC
Apache::WeSQL - Apache mod_perl module for WeSQL
The Web-enabled SQL (WeSQL) Apache mod_perl module is an extension to HTML, acting as a glue between HTML and SQL. It allows the use of pure SQL queries directly in HTML files, embedded in a special tag. WeSQL translates the special tags into pure HT...
WARD/WeSQL-0.53 - 21 Jul 2002 12:50:23 UTC
Apache::PageKit - MVCC web framework using mod_perl, XML and HTML::Template
PageKit is an mod_perl based application framework that uses HTML::Template and XML to separate code, design, and content. Includes session management, authentication, form validation, co-branding, and a content management system. Its goal is to solv...
BORISZ/Apache-PageKit-1.18 - 26 Mar 2005 18:49:05 UTC
Apache::Session::File - An implementation of Apache::Session
This module is an implementation of Apache::Session. It uses the File backing store and the File locking scheme. You must specify the directory for the object store and the directory for locking in arguments to the constructor. See the example, and t...
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::Wyrd::DBL - Centralized location for tracking variables, internals
"Apache::Wyrd::DBL" ("Das Blinkenlights") is a convenient placeholder for all session information a Wyrd might need in order to do work. It holds references to the session's current apreq, DBI, and Apache objects, as well as the current session log a...
WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC
Apache::Session::Sybase - An implementation of Apache::Session
This module is an implementation of Apache::Session. It uses the Sybase backing store and the Null locking scheme. See the example, and the documentation for Apache::Session::Store::Sybase (also for the parameters that get passed to the backing store...
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::WeSQL::Session - Session subs for a journalled WeSQL application
This module contains the code for session and session data support in WeSQL. This module is called from AppHandler.pm, and Journalled.pm...
WARD/WeSQL-0.53 - 21 Jul 2002 12:50:23 UTC
Apache::SessionManager - mod_perl 1.0/2.0 session manager extension to manage sessions over HTTP requests
Apache::SessionManager is a mod_perl (1.0 and 2.0) module that helps session management of a web application. This module is a wrapper around Apache::Session persistence framework for session data. It creates a session object and makes it available t...
ENRYS/Apache-SessionManager-1.03 - 07 Nov 2004 19:29:13 UTC
Apache::Session::SQLite - use DBD::SQLite for Apache::Session storage
This module is equal to the following. tie %hash,'Apache::Session::Flex',$id,{ Store => 'MySQL', Lock => 'Null', Generate => 'MD5', Serialize => 'Base64', DataSource => 'dbi:SQLite:dbname=/tmp/hoge.db'};...
KOBAYASI/Apache-Session-SQLite-0.21 - 01 May 2002 09:19:28 UTC
Apache::Session::DB_File - An implementation of Apache::Session
This module is an implementation of Apache::Session. It uses the DB_File backing store and the File locking scheme. You must specify the filename of the database file and the directory for locking in arguments to the constructor. See the example, and...
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::Session::Lazy - Perl extension for opening Apache::Sessions on first read/write access.
The Module Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and...
GKAPUR/Apache-Session-Lazy-0.05 - 03 Feb 2003 22:57:32 UTC