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

Search results for "Apache::Session"

Apache::Session - A persistence framework for session data River stage two • 30 direct dependents • 43 total dependents

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 - Search in distribution

Apache::Session::PHP - glues Apache::Session with PHP::Session River stage zero No dependents

Apache::Session::PHP is an adapter of Apache::Session for PHP::Session. It uses following combination of strategies: Generate: MD5 PHP4 session also uses 32bit session-id, generated by MD5 of random string. So MD5 (default) generation would fit. Seri...

MIYAGAWA/Apache-Session-PHP-0.05 - 02 Feb 2004 18:02:43 UTC - Search in distribution

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

This module is an implementation of Apache::Session. It uses DBMS to store session variables on a remote hashed storage and no locking. The advantage of this is that it is fairly fast and allow to share session information across different machines i...

AREGGIORI/Apache-Session-DBMS-0.32 - 03 Nov 2006 12:25:33 UTC - Search in distribution

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

This module is an implementation of Apache::Session. It uses an LDAP directory to store datas....

COUDOT/Apache-Session-LDAP-0.5 - 06 Sep 2020 13:13:20 UTC - Search in distribution

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 - Search in distribution

Apache::iNcom::Session - Apache::Session implementation for Apache::iNcom River stage zero No dependents

This is a subclass of Apache::Session used by the iNcom framework. This Apache::Session implementation used the DBIBase64Store and NullLocker for handling session persistence. The other special thing about this implementation is that session IDs are ...

FRAJULAC/Apache-iNcom-0.09 - 19 Jun 2000 21:03:51 UTC - Search in distribution

Apache::WeSQL::Session - Session subs for a journalled WeSQL application River stage zero No dependents

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 - Search in distribution

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 - Search in distribution

Apache::Hendrix::Session - Provide helper functions for Hendrix apps River stage zero No dependents

ZEDORIAH/Apache-Hendrix-v0.3.0 - 27 Oct 2013 11:17:10 UTC - Search in distribution

Apache::Session::Counted - Session management via a File::CounterFile River stage zero No dependents

This session module is based on Apache::Session, but it persues a different notion of a session, so you probably have to adjust your expectations a little. The dialog that is implemented within an HTTP based application is a nonlinear chain of events...

ANDK/Apache-Session-Counted-1.119 - 26 Apr 2019 14:59:27 UTC - Search in distribution

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 - Search in distribution

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

This module is an implementation of Apache::Session. It uses the MongoDB backing store and no locking....

GUIMARD/Apache-Session-MongoDB-0.23 - 02 Sep 2021 12:29:47 UTC - Search in distribution

Apache::Session::SQLite3 - Use DBD::SQLite 1.x for Apache::Session storage River stage zero No dependents

This module is an implementation of Apache::Session. It uses the DBD::SQLite backing store. It requires DBD::SQLite version 1.00 or above, due to its use of SQLite3 API for BLOB support. Also, an extra "LastUpdated" field is populated with the curren...

AUTRIJUS/Apache-Session-SQLite3-0.03 - 03 Feb 2005 03:46:42 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Apache::Session::SharedMem - Session management via shared memory River stage one • 2 direct dependents • 2 total dependents

This module is an implementation of Apache::Session. It uses IPC::Cache to store session variables in shared memory. The advantage of this is that it is fairly fast (about the same speed, if not faster than Apache::Session::File and is very easy to s...

SIMONW/Apache-Session-SharedMem-0.6 - 22 Sep 2004 10:41:51 UTC - Search in distribution

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 - Search in distribution

Apache::Session::Browseable - Add index and search methods to Apache::Session River stage zero No dependents

Apache::Session::browseable provides some class methods to manipulate all sessions and add the capability to index some fields to make research faster. It has been written to increase performances of LemonLDAP::NG. Read the chosen module documentatio...

GUIMARD/Apache-Session-Browseable-1.3.13 - 06 Jul 2023 11:38:32 UTC - Search in distribution

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 - Search in distribution
342 results (0.096 seconds)