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

Search results for "module:Apache::Session::Flex"

Apache::Session::Flex - Specify everything at runtime River stage two • 30 direct dependents • 43 total dependents

This module is an implementation of Apache::Session. Unlike other implementations, it allows you to specify the backing store, locking scheme, ID generator, and data serializer at runtime. You do this by passing arguments in the usual Apache::Session...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::File - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

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::Session::MySQL - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

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::SQLite - use DBD::SQLite for Apache::Session storage River stage zero No dependents

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::Oracle - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

This module is an implementation of Apache::Session. It uses the Oracle backing store and no locking. See the example, and the documentation for Apache::Session::Store::Oracle for more details....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::DB_File - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

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::SessionManager - mod_perl 1.0/2.0 session manager extension to manage sessions over HTTP requests River stage one • 1 direct dependent • 1 total dependent

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::Lazy - Perl extension for opening Apache::Sessions on first read/write access. River stage zero No dependents

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

Apache::Session::MariaDB - An implementation of Apache::Session using MariaDB River stage zero No dependents

This module is an implementation of Apache::Session. It uses the MariaDB backing store and the MariaDB locking scheme. See the example, and the documentation for Apache::Session::Store::MariaDB and Apache::Session::Lock::MariaDB for more details. It'...

BPS/Apache-Session-MariaDB-0.01 - 19 Jan 2024 14:46:59 UTC

Apache::Session::Wrapper - A simple wrapper around Apache::Session River stage one • 5 direct dependents • 8 total dependents

This module is a simple wrapper around Apache::Session which provides some methods to simplify getting and setting the session id. It can uses cookies to store the session id, or it can look in a provided object for a specific parameter. Alternately,...

YVES/Apache-Session-Wrapper-0.34 - 21 May 2010 07:36:59 UTC

Apache::Session::Postgres - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

This module is an implementation of Apache::Session. It uses the Postgres backing store and no locking. See the example, and the documentation for Apache::Session::Store::Postgres for more details....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Informix - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

This module is an implementation of Apache::Session. It uses the Informix backing store and no locking. See the example, and the documentation for Apache::Session::Store::Informix for more details....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::CacheAny - use Cache::* for Apache::Session storage River stage zero No dependents

Apache::Session::CacheAny is a bridge between Apache::Session and Cache::Cache. This module provides a way to use Cache::Cache subclasses as Apache::Session storage implementation....

MIYAGAWA/Apache-Session-CacheAny-0.03 - 11 May 2005 01:55:39 UTC

Apache::Session::Memcached - Stores persistent data using memcached (memory cache daemon) for Apache::Session storage River stage one • 1 direct dependent • 1 total dependent

Apache::Session::Memcached is a bridge between Apache::Session and memcached, a distributed memory cache daemon. More informations about memcached are available at <http://www.danga.com/memcached>. This module provides a way to use Cache::Memcached (...

ENRYS/Apache-Session-Memcached-0.03 - 20 Sep 2004 16:39:07 UTC

Apache::AppSamurai::Session - Apache::AppSamurai wrapper for Apache::Session River stage zero No dependents

This module is a overload of Apache::Session which allows you to specify the backing store, locking scheme, ID generator, and data serializer at runtime. You do this by passing arguments in the usual Apache::Session style (see SYNOPSIS). You may use ...

PAULDOOM/Apache-AppSamurai-1.01 - 03 May 2008 07:10:21 UTC

Apache::Session::Memorycached - An implementation of Apache::Session River stage zero No dependents

This module is an implementation of Apache::Session. It uses the memcached system backing store . You may specify servers (principal) and locals caches for locking in arguments to the constructor. See the example, and the documentation for Apache::Se...

EGERMAN/Apache-Session-Memorycached-2.2.1 - 15 Feb 2008 10:59:32 UTC

Apache::AxKit::Plugin::Session - flexible session management for AxKit River stage zero No dependents

WARNING: This version is for AxKit 1.7 and above! This module is an authentication and authorization handler for Apache, designed specifically to work with Apache::AxKit. It should be generic enough to work without it as well, only much of its comfor...

JWALT/Apache-AxKit-Plugin-Session-1 - 10 Aug 2005 20:56:33 UTC

Apache::Session::MySQL::NoLock - An implementation of Apache::Session::MySQL without locking River stage two • 30 direct dependents • 43 total dependents

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::Generate::UUID - UUID for session ID generation River stage zero No dependents

Apache::Session::Generate::UUID extends Apache::Session to allow you to create UUID based session ids. This module fits well with long-term sessions, so better using RDBMS like MySQL for its storage....

SOCK/Apache-Session-Generate-UUID-0.2 - 26 Aug 2006 19:04:44 UTC

Apache::AxKit::Plugins::Session - AxKit plugin that handles setting / loading of Sessions River stage zero No dependents

Session is an AxKit plugin which automatically creates and manages server-side user sessions. Based on Apache::Session::Flex, this allows you to specify all the parameters normally configurable through ::Flex....

NACHBAUR/AxKit-XSP-Session-0.11 - 30 Nov 2001 23:28:31 UTC
28 results (0.041 seconds)