Search results for "module:Apache::Session"
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::Session::PHP - glues Apache::Session with PHP::Session
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
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::Session::DBMS - An implementation of Apache::Session using DBMS
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
Apache::Session::Flex - Specify everything at runtime
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::LDAP - An implementation of Apache::Session
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
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
Apache::Session::Counted - Session management via a File::CounterFile
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
Apache::iNcom::Session - Apache::Session implementation for Apache::iNcom
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
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::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::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::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::Session::Oracle - An implementation of Apache::Session
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::Wrapper - A simple wrapper around Apache::Session
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::MongoDB - An implementation of Apache::Session
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
Apache::Hendrix::Session - Provide helper functions for Hendrix apps
ZEDORIAH/Apache-Hendrix-v0.3.0
-
27 Oct 2013 11:17:10 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::SQLite3 - Use DBD::SQLite 1.x for Apache::Session storage
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
Apache::Session::CacheAny - use Cache::* for Apache::Session storage
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