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::Generate::MD5"

Apache::Session::Generate::MD5 - Use MD5 to create random object IDs River stage two • 30 direct dependents • 43 total dependents

This module fulfills the ID generation interface of Apache::Session. The IDs are generated using a two-round MD5 of a random number, the time since the epoch, the process ID, and the address of an anonymous hash. The resultant ID number is highly ent...

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

Apache::SessionX::Generate::MD5 - Use MD5 to create random object IDs River stage one • 3 direct dependents • 3 total dependents

This module fulfills the ID generation interface of Apache::SessionX. If you don't give the argument $string, the IDs are generated using a two-round MD5 of a random number, the time since the epoch, the process ID, and the address of an anonymous ha...

GRICHTER/Apache-SessionX-2.01 - 15 Nov 2005 05:21:49 UTC

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

Apache::SessionX - An extented persistence framework for session data River stage one • 3 direct dependents • 3 total dependents

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::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

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

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::AuthCookie - Perl Authentication and Authorization via cookies River stage one • 9 direct dependents • 9 total dependents

Apache::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where Au...

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 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::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::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::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::Generate::DBMS - Use MD5 to create random object IDs River stage zero No dependents

This module fulfills the ID generation interface of Apache::Session. The IDs are generated using a two-round MD5 of a random number, the time since the epoch, the process ID, and the address of an anonymous hash. The resultant ID number is highly ent...

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

Apache::Session::Serialize::YAML - use YAML for serialization River stage zero No dependents

Apache::Session::Serialize::YAML enables you to use YAML (YAML Ain't Makeup Language [tm]) for Apache::Session serialization format. YAML is a generic data serialization language for scripting languages, so this module can be a good start to share se...

MIYAGAWA/Apache-Session-Serialize-YAML-0.02 - 18 Jul 2002 07:43:43 UTC

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

Apache::Session::Store::CacheAny implpements the storage interface for Apache::Session. Session data is stored using one of Cache::Cache imeplementations....

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

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

Apache::Session::Store::Memcached implements the storage interface for Apache::Session using Cache::Memcached frontend to memcached....

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

Apache::Session::Serialize::SOAPEnvelope - serialize as SOAPEnvelope River stage zero No dependents

Apache::Session::Serialize::SOAPEnvelope provides Apache::Session serialization as SOAP Envelope. SOAP Envelope is XML and You can share session data with other Language which supports SOAP.(eg. Ruby, Python, Java..)...

IKEBE/Apache-Session-Serialize-SOAPEnvelope-0.01 - 28 Jul 2002 09:25:11 UTC

Apache::AppSamurai::Session::Generate::HMAC_SHA - HMAC/SHA256 session generator for Apache::AppSamurai::Session River stage zero No dependents

This module fulfills the ID generation interface of Apache::Session and Apache::AppSamurai::Session. Unlike the normal Apache::Session generators like MD5, this requires two input values: A server key and a session authentication key. Both must be he...

PAULDOOM/Apache-AppSamurai-1.01 - 03 May 2008 07:10:21 UTC
17 results (0.065 seconds)