The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Catalyst-Plugin-Session-Manager catalyst::plugin::session"

Catalyst::Plugin::Session::Manager - session manager for Catalyst (deprecated on 5.5) River stage zero No dependents

This module provides session handlers for separated two processes, one is to store data on server-side, another is on client-side. Set manager on server-side with 'storage' parameter in configuration. And set client-side manager with 'client'. If you...

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC

lib/Catalyst/Plugin/Session/Manager/Storage.pm River stage zero No dependents

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC

lib/Catalyst/Plugin/Session/Manager/Client.pm River stage zero No dependents

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC

Catalyst::Plugin::Session::Manager::Storage::CDBI - stores session data with CDBI River stage zero No dependents

This module allows you to handle session with database. At first, you need to prepare the table for sessions. Here's an example. create table session ( id varchar(50), storage mediumtext, expires integer, primary key(id) ); And you have to write the ...

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC

Catalyst::Plugin::Session::Manager::Storage::File - stores session-data with file River stage zero No dependents

This module allows you to handle session with file....

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC

Catalyst::Plugin::Session::Manager::Client::Cookie - stores session id with cookie River stage zero No dependents

This module allows you to store session id in your browser's cookie....

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC

Catalyst::Plugin::Session::Manager::Client::Rewrite - handle sessonid with rewriting URL River stage zero No dependents

This module allows you to handle sessionid with rewriting URL....

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC

Catalyst::Plugin::Session::Manager::Storage::FastMmap - stores session data with Cache::FastMmap River stage zero No dependents

This module allows you to store session with Cache::FastMmap....

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC

Catalyst::Plugin::Session::Manager::Client::StickyQuery - handles sessionid with sticky query. River stage zero No dependents

This module allows you to handle sessionid with sticky query. This is useful in case you can't use cookie, for example, your project is for mobile-phone or like that, which has browser doesn't apply cookie....

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC
9 results (0.075 seconds)