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

Search results for "CGI::Session::CookBook"

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

CGI::Session::ODBC - ODBC driver for CGI::Session River stage zero No dependents

CGI::Session::ODBC is a CGI::Session driver to store session data in any ODBC-capable database. To write your own drivers for "CGI::Session", please refer to the CGI::Session manual....

CROMEDOME/CGI-Session-ODBC-0.5 - 27 Oct 2004 14:28:06 UTC - Search in distribution

CGI::Session::SQLite - CGI::Session driver for SQLite River stage zero No dependents

CGI::Session::SQLite is a CGI::Session driver utilizing the SQLite DBMS. To write your own drivers for CGI::Session refer to the CGI::Session manual....

BMOYLES/CGI-Session-SQLite-1.0 - 24 Oct 2004 22:06:49 UTC - Search in distribution

Dancer - lightweight yet powerful web application framework River stage three • 214 direct dependents • 218 total dependents

Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...

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

Maypole - MVC web application framework River stage two • 11 direct dependents • 13 total dependents

This documents the Maypole request object. See the Maypole::Manual, for a detailed guide to using Maypole. Maypole is a Perl web application framework similar to Java's struts. It is essentially completely abstracted, and so doesn't know anything abo...

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

nsapi_perl - Integrate Perl with Netscape servers River stage zero No dependents

nsapi_perl is the collective name for a set of Netscape Server API (NSAPI) functions and Perl modules that integrate Perl with the Netscape web server family. This is achieved by embedding within the server executable a Perl interpreter, much as mod_...

BSUGARS/nsapi_perl-0.24 - 24 Apr 1998 20:11:34 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

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

Acme::OneHundredNotOut - A raise of the bat, a tip of the hat River stage zero No dependents

SIMON/Acme-OneHundredNotOut-100 - 24 Jun 2004 14:21:59 UTC - Search in distribution

CGI::Tiny - Common Gateway Interface, with no frills River stage zero No dependents

CGI::Tiny provides a modern interface to write CGI <https://en.wikipedia.org/wiki/Common_Gateway_Interface> scripts to dynamically respond to HTTP requests as defined in RFC 3875 <https://tools.ietf.org/html/rfc3875>. It is intended to be: * Minimal ...

DBOOK/CGI-Tiny-1.002 - 09 Jun 2021 04:34:49 UTC - Search in distribution

Catalyst::Manual::Cookbook - Cooking with Catalyst River stage two • 2 direct dependents • 11 total dependents

Yummy code like your mum used to bake!...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Net::OpenVPN::Manage - Manage an OpenVPN process via it's management port River stage zero No dependents

This module connects to the OpenVPN management interface, executes commands on the interface and returns the results or errors that result....

MEYEAARD/Net-OpenVPN-Manage-0.02 - 10 Jul 2006 20:03:06 UTC - Search in distribution

Mojolicious::Guides::Tutorial - Get started with Mojolicious River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

CGI::Session::Driver::redis - CGI::Session driver for redis River stage zero No dependents

This backend stores session data in a persistent redis server, with the ability to specify an expiry time in seconds....

SKX/CGI-Session-Driver-redis-0.7 - 27 Feb 2016 07:56:51 UTC - Search in distribution

CGI::Session::BitBucket - a module that loses your session data River stage zero No dependents

CGI::Session::BitBucket is a CGI::Session driver to let you add session support to your program and not have to worry about where it will be stored until you're ready for that part. You can use the Log=>1 argument to see warnings in your log when the...

JBUHACOFF/CGI-Session-BitBucket-1.2 - 25 Nov 2008 23:46:22 UTC - Search in distribution

CGI::Session::MembersArea - A resource guardian based on CGI::Session River stage zero No dependents

"CGI::Session::MembersArea" is a pure Perl module. It implements an idea from the CGI::Session CookBook, in the section called Member's Area. It uses a database as a guardian to control access to resources. These resources are usually other databases...

RSAVAGE/CGI-Session-MembersArea-2.06 - 24 Aug 2010 04:57:16 UTC - Search in distribution

CGI::Session::ID::Base32 - CGI::Session ID driver based on Base32 encoding River stage zero No dependents

CGI::Session::ID::Base32 is to generate Base32 encoded random ids. The library does not require any arguments. There are two reasons why to use it - shorter string result - case insensibility ( both very usefull for user login and other similar purpo...

DANPEDER/CGI-Session-ID-Base32-1.01 - 11 Dec 2003 16:39:25 UTC - Search in distribution

CGI::Session::Driver::pure_sql - Pure SQL driver with no embedded Perl stored in the database River stage zero No dependents

*Disclaimer* While this software is complete and includes a working test suite, I'm marking it as a development release to leave room for feedback on the interface. Until that happens, it's possible I may make changes that aren't backwards compatible...

MARKSTOS/CGI-Session-Driver-pure_sql-0.70 - 03 Apr 2010 03:27:31 UTC - Search in distribution

CGI::Session::ID::MD5_Base64 - CGI::Session ID driver based on Base64 encoding River stage zero No dependents

CGI::Session::ID::MD5_Base64 is to generate MD5 digest Base64 encoded random ids. The library does not require any arguments....

DANPEDER/CGI-Session-ID-MD5_Base64-1.01 - 11 Dec 2003 16:39:58 UTC - Search in distribution
23 results (0.072 seconds)