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

Search results for "Dancer-Session"

Dancer::Session - session engine for the Dancer framework River stage three • 214 direct dependents • 218 total dependents

This module provides support for server-side sessions for the Dancer web framework. The session is accessible to the user via an abstraction layer implemented by the Dancer::Session class....

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

Dancer::Session::CHI - CHI-based session engine for Dancer River stage zero No dependents

This module leverages CHI to provide session management for Dancer applications. Just as Dancer::Session::KiokuDB opens up KiokuDB's full range of "KiokuDB::Backend"::* modules to be used in Dancer session management, Dancer::Session::CHI makes avail...

RSIMOES/Dancer-Session-CHI-v0.1.6 - 27 Feb 2013 00:47:01 UTC - Search in distribution

Dancer::Session::DBI - DBI based session engine for Dancer River stage zero No dependents

JAITKEN/Dancer-Session-DBI-1.2.1 - 05 Sep 2013 06:28:11 UTC - Search in distribution

Dancer::Session::DBIC - DBIx::Class session engine for Dancer River stage zero No dependents

This module implements a session engine for Dancer by serializing the session, and storing it in a database via DBIx::Class. The default serialization method is JSON, though one can specify any serialization format you want. YAML and Storable are via...

HORNBURG/Dancer-Session-DBIC-0.006 - 09 Mar 2016 17:04:22 UTC - Search in distribution

Dancer::Session::JSON - JSON session backend for Dancer River stage zero No dependents

This module implements a session engine based on JSON files. Session are stored in a *session_dir* as JSON files. The idea behind this module was to provide a transparent session storage for the developer. This backend is intended to be used in devel...

XSAWYERX/Dancer-Session-JSON-0.002 - 21 Apr 2016 16:14:27 UTC - Search in distribution

Dancer::Session::PSGI - Let Plack::Middleware::Session handle Dancer's session River stage zero No dependents

Dancer::Session::PSGI let you use "Plack::Middleware::Session" as backend for your sessions....

CROMEDOME/Dancer-Session-PSGI-0.02 - 14 Apr 2024 01:47:12 UTC - Search in distribution

Dancer::Session::Redis - Redis backend for Dancer Session Engine River stage one • 1 direct dependent • 1 total dependent

This module is a Redis backend for the session engine of Dancer application. This module is a descendant of Dancer::Session::Abstract. A simple demo apllication might be found in the "eg/" directory of this distribution....

CHIM/Dancer-Session-Redis-0.22 - 07 Apr 2013 11:21:43 UTC - Search in distribution

Dancer::Session::Cookie - Encrypted cookie-based session backend for Dancer River stage one • 1 direct dependent • 2 total dependents

This module implements a session engine for sessions stored entirely in cookies. Usually only the session id is stored in cookies and the session data itself is saved in some external storage, e.g. a database. This module allows you to avoid using ex...

YANICK/Dancer-Session-Cookie-0.30 - 11 Mar 2018 16:59:48 UTC - Search in distribution

Dancer::Session::KiokuDB - KiokuDB Dancer session backend River stage zero No dependents

When you want to save session information, you can pick from various session backends, and they each determine how the session information will be saved. You can use Dancer::Session::Cookie, Dancer::Session::MongoDB or... you use Dancer::Session::Kio...

XSAWYERX/Dancer-Session-KiokuDB-0.05 - 10 Mar 2011 12:36:33 UTC - Search in distribution

Dancer::Session::MongoDB - MongoDB session backend for Dancer. River stage zero No dependents

This module implements a MongoDB based session engine for Dancer applications. It keeps session data in a MongoDB collection, providing you with a simple, easy to setup, yet powerful session backend. If you're running your Dancer application in a PSG...

IDOPEREL/Dancer-Session-MongoDB-1.000000 - 31 Mar 2014 21:46:29 UTC - Search in distribution

Dancer::Session::Catmandu - Dancer session store backed by a Catmandu::Store River stage zero No dependents

NICS/Dancer-Session-Catmandu-0.02 - 04 Dec 2012 12:44:38 UTC - Search in distribution

Dancer::Session::Storable - Storable-file-based session backend for Dancer River stage zero No dependents

This module implements a session engine by using Storable to serialise data into files. Sessions are stored in a *session_dir* as Storable files. Storable offers solid performance and reliable serialisation of various data structures. "Storable::nsto...

BIGPRESH/Dancer-Session-Storable-0.06 - 26 Nov 2012 19:36:56 UTC - Search in distribution

Dancer::Session::Memcached - Memcached-based session backend for Dancer River stage zero No dependents

This module implements a session engine based on the Memcache API. Session are stored as memcache objects via a list of Memcached servers....

XSAWYERX/Dancer-Session-Memcached-0.202 - 19 Oct 2011 21:40:18 UTC - Search in distribution

Dancer::Session::Redis::JSON - Session store in Redis with JSON serialization River stage zero No dependents

This module implements a session store on top of Redis. All data is converted to JSON before being sent to Redis, which prevents invocations of "Storable::nfreeze". This common format allows the data to be shared among web applications written in dif...

FBELTON/Dancer-Session-Redis-JSON-0.001 - 13 Nov 2014 20:14:34 UTC - Search in distribution

Dancer::Session::ElasticSearch - ElasticSearch based session engine for Dancer River stage zero No dependents

BABF/Dancer-Session-ElasticSearch-1.007 - 26 Feb 2014 07:14:16 UTC - Search in distribution

Dancer::Session::Memcached::Fast - Cache::Memcached::Fast based session backend for Dancer River stage zero No dependents

This session engine uses Cache::Memcached::Fast as backend and CBOR::XS for serialization....

ZURBORG/Dancer-Session-Memcached-Fast-0.002 - 19 Jan 2015 16:03:17 UTC - Search in distribution

Dancer::Session::Memcached::JSON - Session store in memcached with JSON serialization River stage zero No dependents

This module implements a session store on top of Memcached. All data is converted to JSON before being sent to Memcached, which prevents invocations of "Storable::nfreeze". This common format allows the data to be shared among web applications writte...

FBELTON/Dancer-Session-Memcached-JSON-0.005 - 11 Sep 2014 17:09:38 UTC - Search in distribution

Dancer::Plugin::Nitesi::Cart::Session - Session cart backend for Nitesi River stage zero No dependents

HORNBURG/Dancer-Plugin-Nitesi-0.0099 - 22 Nov 2013 20:13:44 UTC - Search in distribution

Plack::Middleware::Debug::Dancer::Session - Session panel for your Dancer's application River stage zero No dependents

CROMEDOME/Dancer-Debug-0.04 - 14 Apr 2024 02:16:19 UTC - Search in distribution

Dancer2::Session::CHI - Dancer 2 session storage with CHI backend River stage zero No dependents

This module implements a session factory for Dancer2 that stores session state using CHI....

CROMEDOME/Dancer2-Session-CHI-0.05 - 05 Feb 2023 23:44:20 UTC - Search in distribution
114 results (0.09 seconds)