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

Search results for "module:CGI::Sessions"

Portal/Sessions.pm River stage zero No dependents

ALPO/CGI-Portal-0.12 - 12 May 2008 21:02:39 UTC

CGI::Session::ExpireSessions - Expires CGI::Session db-based and file-based sessions River stage zero No dependents

"CGI::Session::ExpireSessions" is a pure Perl module. It deletes "CGI::Session"-type sessions which have passed their use-by date. It works with "CGI::Session"-type sessions in a database or in disk files, but does not appear to work with "CGI::Sessi...

RSAVAGE/CGI-Session-ExpireSessions-1.14 - 27 Apr 2021 09:52:34 UTC

CGI::kSession - sessions manager for CGI River stage zero No dependents

This module can be used anywhere you need sessions. As a session management module, it uses files with a configurable lifetime to handle your session data. For those of you familiar with PHP, you will notice that the session syntax is a little bit si...

KRZAK/CGI-kSession-0.5.3 - 17 Mar 2002 20:41:07 UTC

CGI::okSession - Perl extension for CGI Sessions. River stage zero No dependents

This package was created to have an easy and enough sessions tools for CGI scripts. Sessions data are saved in the file. It does not work with DBs yet....

OLEKO/CGI-okSession-0.02 - 26 Nov 2003 13:31:50 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::Lazy River stage zero No dependents

CGI::Lazy was designed to simply abstract some of the more common cgi scripting tasks because the author finally got sick of writing the same code by hand for every new site or client that comes along. It is my attempt to extend the wonderful CGI.pm ...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Auth - Simple session-based password authentication for CGI applications River stage one • 1 direct dependent • 1 total dependent

"CGI::Auth" provides password authentication for web-based applications. It uses server-based session files which are referred to by a parameter in all links and forms inside the scripts guarded by "CGI::Auth". At the beginning of each script, a "CGI...

CCWALLACE/CGI-Auth-3.00 - 28 Jan 2004 19:26:25 UTC

CGI::Portal - MVC Framework for Multiuser Applications River stage zero No dependents

CGI::Portal is a MVC framework for the design of extensible, plug-configure-and-play multiuser web applications based on preferred object oriented coding standards. It provides authentication, session management, internal redirects and a modular arch...

ALPO/CGI-Portal-0.12 - 12 May 2008 21:02:39 UTC

CGI::AutoForm::Session - Stateful CGI sessions River stage one • 2 direct dependents • 2 total dependents

A virtual base class to help implement a CGI session across HTTP requests. The basic idea is to define a set of forms using CGI::AutoForm, and cache them if desired (e.g. if using mod_perl). You then define a sequence that the forms will appear in th...

RSANDBERG/CGI-AutoForm-1.05 - 06 Jun 2012 00:48:08 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::Inspect - Inspect and debug CGI apps with an in-browser UI River stage zero No dependents

This class is a drop-in web based inspector for plain CGI (or CGI-based) applications. Include the library, and then call inspect(). In your server error logs you'll see something like "Please connect to localhost:8080". When you do, you'll be greete...

AWWAIID/CGI-Inspect-0.5 - 26 Jun 2009 17:49:50 UTC

CGI::MxScreen - a multi-screen stateful CGI framework River stage zero No dependents

"CGI::MxScreen" is a framework for building multi-screen stateful CGI programs. It is rather object-oriented, with some peculiarities brought by persistency constraints: all objects must be handled by "Storable". "CGI::MxScreen" is based on the "CGI"...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::AIS::Session - Perl extension to manage CGI user sessions with external identity authentication via AIS River stage zero No dependents

This module creates and maintains a read-only session abstraction based on data in a central AIS server. The session data provided by AIS is read-only. A second database keyed on the identity provided by AIS should be used to store persistent local i...

DAVIDNICO/CGI-AIS-Session-0.02 - 17 Jul 2002 06:33:32 UTC

CGI::Framework - A simple-to-use, lightweight web CGI framework River stage zero No dependents

CGI::Framework is a simple and lightweight framework for building web-based CGI applications. It features complete code-content separation (templating) by utilizing the HTML::Template library, stateful file or database-based sessions by utilizing the...

MNAGUIB/CGI-Framework-0.23 - 11 Oct 2005 16:23:36 UTC

CGI::Persistent - Transparent state persistence for CGI applications. River stage zero No dependents

VIPUL/CGI-Persistent-1.11 - 05 Jul 2008 19:24:10 UTC

CGI::WebToolkit - Website Toolkit River stage zero No dependents

CGI::WebToolkit tries to simplify the common tasks when creating dynamic websites. The use of CGI::WebToolkit should lead to the development of easy to understand, relieable and fast dynamic web applications that are easy to adjust and maintain. CGI:...

KITOMER/CGI-WebToolkit-0.08 - 14 Oct 2010 07:21:29 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::Session::Auth::DBI - Authenticated sessions for CGI scripts River stage zero No dependents

CGI::Session::Auth::DBI is a subclass of CGI::Session::Auth. It uses a relational database for storing the authentication data, using the DBI module as database interface. Database setup Use your favourite database administration tool to create and p...

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

CGI::SecureState - Transparent, secure statefulness for CGI programs River stage zero No dependents

A Better Solution to the stateless problem. HTTP is by nature a stateless protocol; as soon as the requested object is delivered, HTTP severs the object's connection to the client. HTTP retains no memory of the request details and does not relate sub...

BEHROOZI/CGI-SecureState-0.36 - 03 Jan 2003 05:38:57 UTC

CGI::Lazy::Authz River stage zero No dependents

CGI::Lazy::Authz is the authorization module for Lazy. It was designed to be as flexible as possible, but unfortunately it does dictate the design of your database somewhat. Authz is dependent on Authn and Session. You can't have authorization withou...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC
63 results (0.04 seconds)