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

Search results for "Apache::Session::Serialize::Storable"

Apache::Session::Serialize::Storable - Use Storable to zip up persistent data River stage two • 30 direct dependents • 43 total dependents

This module fulfills the serialization interface of Apache::Session. It serializes the data in the session object by use of Storable's "nfreeze()" and "thaw()" functions. The result is a binary object ready for storage....

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

Apache::Session::Serialize::DBMS::Storable - Use Storable to zip up persistent data River stage zero No dependents

This module fulfills the serialization interface of Apache::Session. It serializes the data in the session object by use of Storable's "nfreeze()" and "thaw()" functions. The result is a binary object ready for storage....

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

Session - Object Oriented wrapper around Apache::Session to avoid its tie mechanism River stage one • 2 direct dependents • 2 total dependents

This module is a simple wrapper around Apache::Session without the "tie" interface. Tie is too slow for web applications (think mod_perl) and you may prefere a standard OO API instead of a poor tie interface (I hate tie). You should look for Apache::...

RSOLIV/Session-0.01 - 25 Jan 2003 02:17:03 UTC - Search in distribution

Data::Session - Persistent session data management River stage one • 3 direct dependents • 5 total dependents

Data::Session is typically used by a CGI script to preserve state data between runs of the script. This gives the end user the illusion that the script never exits. It can also be used to communicate between 2 scripts, as long as they agree beforehan...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC - Search in distribution

CGI::Session - persistent session data in CGI applications River stage two • 43 direct dependents • 56 total dependents

CGI::Session provides an easy, reliable and modular session management system across HTTP requests....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 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

Dancer::Cookbook - a quick-start guide to the Dancer web framework River stage three • 214 direct dependents • 218 total dependents

A quick-start guide with examples to get you up and running with the Dancer web framework....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

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

Maypole::Manual::Plugins - the Maypole Plugin API River stage two • 11 direct dependents • 13 total dependents

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC - Search in distribution

Apache::Recorder - mod_perl handler to record HTTP sessions River stage zero No dependents

The Apache::Recorder module is an implementation of a session recorder, much like a macro recorder that you might use with a GUI application. It allows you to "record" each of the clicks that you make during an http session for later playback. Howeve...

CBROOKS/Apache-Recorder-0.07 - 13 Oct 2002 05:12:11 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

Template::Plugin::Session - Template Toolkit interface to Apache::Session River stage zero No dependents

This Template Toolkit plugin provides an interface to Apache::Session module wich provides a persistence framework for session data. A Session plugin object can be created as follows: [% options = { Store => 'File' Generate => 'MD5', Lock => 'Null', ...

ENRYS/Template-Plugin-Session-0.01 - 23 Jun 2003 17:30:28 UTC - Search in distribution

Apache2::PageKit::Session - Session Handling River stage zero No dependents

An adaptation of Apache::Session to work with Apache2::PageKit...

BORISZ/Apache2-PageKit-2.15 - 17 Oct 2007 23:14:40 UTC - Search in distribution

Maypole::Plugin::Session - simple sessions for Maypole River stage one • 1 direct dependent • 1 total dependent

Provides "session" and "delete_session" methods for your Maypole request class. The session is implemented using Apache::Session::Wrapper, and as such, a range of session store mechanisms are available....

DAVEBAIRD/Maypole-Plugin-Session-0.2 - 12 Aug 2005 22:33:59 UTC - Search in distribution

Maypole::Authentication::UserSessionCookie - Track sessions and, optionally, users River stage zero No dependents

This module allows Maypole applications to have the concept of a user, and to track that user using cookies and sessions. It provides a number of methods to be inherited by a Maypole class. The first is "get_user", which tries to populate the "user" ...

SIMON/Maypole-Authentication-UserSessionCookie-1.4 - 30 Aug 2004 20:54:42 UTC - Search in distribution

Maypole::Plugin::Authentication::UserSessionCookie - Track sessions and, optionally, users River stage zero No dependents

This module allows Maypole applications to have the concept of a user, and to track that user using cookies and sessions. It provides a number of methods to be inherited by a Maypole class. The first is "get_user", which tries to populate the "user" ...

DAVEBAIRD/Maypole-Plugin-Authentication-UserSessionCookie-1.8 - 20 Dec 2005 00:09:09 UTC - Search in distribution

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

Catalyst::Plugin::Session::Flex - Apache::Flex sessions for Catalyst River stage zero No dependents

Session management using Apache::Session via Apache::Session::Flex EXTENDED METHODS finalize...

RCONOVER/Catalyst-Plugin-Session-Flex-0.07 - 17 Oct 2005 22:05:27 UTC - Search in distribution

CGI::Session::Serialize::Base64 - serializer for CGI::Session River stage zero No dependents

This library is used by CGI::Session driver to serialize session data before storing it in disk. It uses base64 encoding to obfuscate the data to deter casual browsers....

MJFS/Base64-Serializer_0.1 - 11 Mar 2004 21:24:30 UTC - Search in distribution

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 - Search in distribution
22 results (0.077 seconds)