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

Search results for "module:CGI::Session::File"

CGI::Session::Driver::file - Default CGI::Session driver River stage two • 43 direct dependents • 56 total dependents

When CGI::Session object is created without explicitly setting *driver*, *file* will be assumed. *file* - driver will store session data in plain files, where each session will be stored in a separate file. Naming conventions of session files are def...

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

Auth/File.pm River stage zero No dependents

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

CGI::MxScreen::Session::Medium::File - File session medium River stage zero No dependents

This saves the session within a file on the server side. Session files are created under a set of directories, to avoid having directories with two many files in them, which is inefficient on most filesystems (reiserfs excepted). An MD5 hash of the s...

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

CGI::Session::Driver::db_file - CGI::Session driver for BerkeleyDB using DB_File River stage two • 43 direct dependents • 56 total dependents

db_file stores session data in BerkelyDB file using DB_File - Perl module. All sessions will be stored in a single file, specified in *FileName* driver argument as in the above example. If *FileName* isn't given, defaults to /tmp/cgisess.db, or its e...

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

Session/blib/lib/CGI/Session/Authorizor/Allowed_User_File.pm No river data available

JEFF/CGISession - 15 Mar 2002 07:01:54 UTC

Session/lib/CGI/Session/Authorizor/Allowed_User_File.pm No river data available

JEFF/CGISession - 15 Mar 2002 07:01:54 UTC

CGI::MxScreen::Session::Medium::Raw_File - Fast file session medium River stage zero No dependents

This class behaves exactly as "CGI::MxScreen::Session::Medium::File" excepted that it ignores the serializer configuration and hardwires "Storable", which allows for efficient storage and retrieval since the "Storable" routines "store()" and "retriev...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 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::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::Ex - CGI utility suite - makes powerful application writing fun and easy River stage one • 2 direct dependents • 2 total dependents

CGI::Ex provides a suite of utilities to make writing CGI scripts more enjoyable. Although they can all be used separately, the main functionality of each of the modules is best represented in the CGI::Ex::App module. CGI::Ex::App takes CGI applicati...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

CGI::IDS - PerlIDS - Perl Website Intrusion Detection System (XSS, CSRF, SQLI, LFI etc.) River stage one • 1 direct dependent • 1 total dependent

PerlIDS (CGI::IDS) is a website intrusion detection system based on PHPIDS <https://phpids.org/> to detect possible attacks in website requests, e.g. Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), SQL Injections (SQLI) etc. It parses ...

HINNERK/CGI-IDS-1.0217 - 27 May 2014 12:16:39 UTC

CGI::Path - module to aid in traversing one or more paths River stage zero No dependents

EARL/CGI-Path-1.12 - 21 Nov 2004 00:02:24 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::Easy - simple and straightforward helpers to make CGI easy River stage one • 1 direct dependent • 1 total dependent

This documentation is an overview of CGI::Easy::* modules. For detailed information about corner cases and available features you should consult corresponding module documentation: CGI::Easy::Request, CGI::Easy::Headers, CGI::Easy::Session. If you wa...

POWERMAN/CGI-Easy-v2.0.1 - 03 Apr 2018 15:51:18 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::WebIn - Perl extension for reading CGI form data River stage zero No dependents

"use CGI::WebIn(1)" Reads all the CGI input and exports it to the caller module (like PHP does). "%IN, %GET, %POST and %COOKIES" %IN contains all the form data. %GET, %POST and %COOKIES holds GET, POST and Cookies variables respectively. "void SetCoo...

KOTEROV/CGI-WebIn-2.03 - 19 Oct 2006 08:53:54 UTC

CGI::Panel - Create stateful event-driven web applications from simple panel objects River stage zero No dependents

CGI::Panel allows applications to be built out of simple object-based components. It'll handle the state of your data and objects so you can write a web application just like a desktop app. You can forget about the http requests and responses, whethe...

RSYMES/CGI-Panel-0.97 - 26 Jun 2003 09:57:12 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

LibWeb::CGI - Extra cgi supports for libweb applications River stage zero No dependents

METHODS new() args: [ -post_max=>, -disable_uploads=>, -auto_escape=> ] * "-post_max" is the ceiling on the size of POSTings, in bytes. The default for LibWeb::CGI is 100 Kilobytes. * "-disable_uploads", if non-zero, will disable file uploads complet...

CKONG/LibWeb-0.02 - 19 Jul 2000 22:25:12 UTC

CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant River stage two • 19 direct dependents • 57 total dependents

CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a ...

MANWAR/CGI-Simple-1.281 - 31 Jan 2024 14:19:02 UTC
95 results (0.054 seconds)