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

Search results for "module:CGI::Application::Plugin::Session"

CGI::Application::Plugin::Session - Plugin that adds session support to CGI::Application River stage two • 15 direct dependents • 16 total dependents

CGI::Application::Plugin::Session seamlessly adds session support to your CGI::Application modules by providing a CGI::Session object that is accessible from anywhere in the application. Lazy loading is used to prevent expensive file system or databa...

FREW/CGI-Application-Plugin-Session-1.05 - 21 Dec 2013 17:31:50 UTC

CGI::Application::Plugin::Authentication::Store::Session - Session based Store River stage one • 2 direct dependents • 2 total dependents

This module uses a session to store authentication information across multiple requests. It depends on the CGI::Application::Plugin::Session plugin being present. Actually, it only requires that there be a 'session' method in the CGI::Application mod...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

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

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC

CGI::PSGI - Adapt CGI.pm to the PSGI protocol River stage two • 11 direct dependents • 35 total dependents

This module is for web application framework developers who currently uses CGI to handle query parameters, and would like for the frameworks to comply with the PSGI protocol. Only slight modifications should be required if the framework is already co...

MIYAGAWA/CGI-PSGI-0.15 - 17 May 2011 21:00:47 UTC

CGI::Mungo - Very simple CGI web framework River stage zero No dependents

All action subs are passed a CGI::Mungo object as the only parameter, from this you should be able to reach everything you need....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC

CGI::Auth::Auto - Automatic authentication maintenance and persistence for cgi scrips. River stage zero No dependents

This is a system to add one line into a cgi script and now.. voila, it requires authrentication to run the rest of the code. You don't have to change anything else of what your script is already doing. It will work with CGI::Application instances as ...

LEOCHARRE/CGI-Auth-Auto-1.21 - 04 Jul 2008 19:33:44 UTC

CGI::FileManager - Managing a directory structure on an HTTP server River stage zero No dependents

Enables one to do basic file management operations on a filesystem under an HTTP server. The actions on the file system provide hooks that let you implement custom behavior on each such event. It can be used as a base class for a simple web applicati...

SZABGAB/CGI-FileManager-0.06 - 08 Apr 2008 06:36:35 UTC

CGI::AuthRegister - Simple CGI Authentication and Registration in Perl River stage zero No dependents

CGI::AuthRegister is a Perl module for CGI user authentication and registration. It is created with objective to be simple, flexible, and transparent. For the sake of simplicity, it is not completely portable, but mostly designed for Linux environmen...

VLADO/CGI-AuthRegister-1.404 - 19 Sep 2022 22:40:27 UTC

CGI::Session::Auth - Authenticated sessions for CGI scripts River stage zero No dependents

CGI::Session::Auth offers an alternative to HTTP authentication. Its goal is to integrate the authentication process into the web application as seamless as possible while keeping the programming interface simple. Users can authenticate themselves by...

GEEWIZ/CGI-Session-Auth-1.07 - 03 Mar 2010 15:45:47 UTC

CGI::Snapp::Demo::Two - A template-free demo of CGI::Snapp using N run modes River stage zero No dependents

Shows how to write a CGI script using CGI::Snapp, with several run modes. The output reports which methods were and were not entered per run mode....

RSAVAGE/CGI-Snapp-Demo-Two-1.02 - 17 Nov 2012 00:49:41 UTC

CGI::Snapp::Demo::One - A template-free demo of CGI::Snapp using just 1 run mode River stage zero No dependents

Shows how to write a minimal CGI script using CGI::Snapp, with 1 run mode....

RSAVAGE/CGI-Snapp-Demo-One-1.02 - 17 Nov 2012 00:45:21 UTC

CGI::Application::Plugin::Flash - Session Flash plugin for CGI::Application River stage zero No dependents

This CGI::Application plugin wraps the CGI::Session::Flash module to implement a Flash object. A flash is session data with a specific life cycle. When you put something into the flash it stays then until the end of the next request. This allows you ...

BCBAILEY/CGI-Application-Plugin-Flash-0.02 - 22 Nov 2008 00:12:48 UTC

CGI::Snapp::Demo::Four - A template-free demo of CGI::Snapp using Log::Handler::Plugin::DBI River stage zero No dependents

This is a version of CGI::Snapp::Demo::Two which shows how to use a plugin such as Log::Handler::Plugin::DBI within a CGI script based on CGI::Snapp. The output reports which methods were and were not entered per run mode. Using a plugin easily requi...

RSAVAGE/CGI-Snapp-Demo-Four-1.02 - 17 Nov 2012 00:45:05 UTC

CGI::Snapp::Demo::Three - A template-free demo of CGI::Snapp using the forward() method River stage zero No dependents

Shows how to use the forward() method to interrupt processing of a run mode. The output reports which methods were and were not entered per run mode. Also, it shows how to hook the 'forward_prerun' hook....

RSAVAGE/CGI-Snapp-Demo-Three-1.02 - 17 Nov 2012 00:48:14 UTC

CGI::Session::Driver::DBI - Base class for native DBI-related CGI::Session drivers River stage two • 43 direct dependents • 56 total dependents

In most cases you can create a new DBI-driven CGI::Session driver by simply creating an empty driver file that inherits from CGI::Session::Driver::DBI. That's exactly what sqlite does. The only reason why this class doesn't suit for a valid driver is...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Application::HelpMan - look up system perl pod docs River stage zero No dependents

The application lets you look up documentation on this system. For developer API, please see CGI::Application::Plugin::HelpMan....

LEOCHARRE/CGI-Application-Plugin-HelpMan-1.09 - 13 Mar 2008 16:58:33 UTC

CGI::Application::Structured - A medium-weight, MVC, DB web micro-framework. River stage one • 1 direct dependent • 1 total dependent

I have taken to heart a recent comment by Mark Stosberg on the CGIApp mailing list: "Titanium is just one vision of what can be built on top of CGI::Application. Someone else could easily combine their own combination of CGI::Application and differen...

VANAMBURG/CGI-Application-Structured-0.007 - 28 Mar 2011 02:41:00 UTC

CGI::Application::Pluggable - support to many plugin install. River stage zero No dependents

CAP::Pluggable is auto install many plugin. This only has to do use though use base is done when CGI::Application is used usually....

NEKOKAK/CGI-Application-Pluggable-0.03 - 22 Mar 2006 07:00:57 UTC
45 results (0.083 seconds)