Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.535 Times

Persistent Session freeware
Filter: All | Freeware | Demo
 

Persistent Session

1 2 3 4 5 > 
Added: September 16, 2010 | Visits: 952

Catalyst::Plugin::Session::CGISession Catalyst::Plugin::Session::CGISession is a Perl module to use CGI::Session for persistent session data. SYNOPSIS use Catalyst qw{ ... Session::CGISession ... }; MyApp->config->{session} = { expires => 3600, rewrite => 1, }; $c->session->{user_email} = quibble@dibble.edu; # Later, in... Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): Catalyst::Plugin::Session::CGISession Download

Added: March 13, 2010 | Visits: 1.274

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: April 14, 2010 | Visits: 2.834

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session... Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: October 06, 2010 | Visits: 652

Persistent::mSQL Persistent::mSQL is a persistent class implemented using a mSQL database. SYNOPSIS use Persistent::mSQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Persistent::mSQL Download

Added: April 16, 2010 | Visits: 862

Persistent::Sybase Persistent::Sybase is a persistent class implemented using a Sybase database. SYNOPSIS use Persistent::Sybase; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Persistent::Sybase Download

Added: November 25, 2010 | Visits: 1.275

Persistent::Oracle Persistent::Oracle is a persistent class implemented using an Oracle database. SYNOPSIS use Persistent::Oracle; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Persistent::Oracle Download

Added: September 06, 2010 | Visits: 1.266

Persistent::MySQL Persistent::MySQL is a persistent class implemented using a MySQL database. SYNOPSIS use Persistent::MySQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Persistent::MySQL Download

Added: August 18, 2010 | Visits: 958

Persistent::LDAP Persistent::LDAP is a persistent class implemented using a LDAP directory. SYNOPSIS use Persistent::LDAP; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $person = new... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Persistent::LDAP Download

Added: March 05, 2010 | Visits: 849

Persistent::DBI Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. SYNOPSIS ### we are a subclass of ... ### use Persistent::DBI; @ISA = qw(Persistent::DBI); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence using... Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Persistent::DBI Download

Added: March 16, 2010 | Visits: 963

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores.... Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: May 05, 2010 | Visits: 1.057

Lemonldap::Portal::Session Lemonldap::Portal::Session is a Perl extension for Lemonldap websso. SYNOPSIS use Lemonldap::Portal::Session; my $paramxml = $test->{DefinitionSession} ; # $test is the result of XML parsing my $obj = Lemonldap::Portal::Session->init ($paramxml,entry =>$entry) ;... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): Lemonldap::Portal::Session Download

Added: March 08, 2010 | Visits: 668

AmarokFS-session AmarokFS-session is an Amarok script that lets you start your "Amarok" from KDM with "AmarokFS" in fullscreenmode, then you have a dedicated session only for "Amarok".. Platforms: *nix

License: Freeware Download (90): AmarokFS-session Download

Added: April 14, 2010 | Visits: 899

Basset::Object::Persistent Basset::Object::Persistent is a subclass of Basset::Object that allows objects to be easily stored into a relational database. Presently only supports MySQL, but that may change in the future. SYNOPSIS (no synopsis, this is an abstract super class that should never be instantiated directly,... Platforms: *nix

License: Freeware Size: 143.36 KB Download (88): Basset::Object::Persistent Download

Added: September 19, 2010 | Visits: 1.915

VNC Session Manager VNC Session Manager provides a disconnected session manager for VNC. VNC Session Manager adds the necessary glue code between VNCs two execution modes, enabling XDM-based login to disconnected sessions. This gives a Terminal Services-like login for Unix-based VNC servers.. Get VNC Session... Platforms: *nix

License: Freeware Size: 12.29 KB Download (113): VNC Session Manager Download

Added: July 24, 2010 | Visits: 2.202

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data... Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: September 04, 2010 | Visits: 1.171

PHP::Session::DB PHP::Session::DB is a Perl module to read / write PHP sessions stored in databases. SYNOPSIS use PHP::Session::DB; my $session = PHP::Session::DB->new($id, { DBUSER => $dbuser, DBPASSWD => $dbpasswd, DBNAME => $dbname }); # session id my $id = $session->id; # get/set session data my... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): PHP::Session::DB Download

Added: March 17, 2010 | Visits: 1.529

ROX-Session ROX-Session is a simple session manager. It loads, runs any programs you asked it to, and then quits when you run it a second time (thus ending your session). ROX-Session does not display any windows until you ask it to quit. The first time you run it it will offer to make itself your session... Platforms: *nix

License: Freeware Size: 122.88 KB Download (388): ROX-Session Download

Added: September 04, 2010 | Visits: 923

gnome-session 2.18.3 / gnome-session package is free software and is part of the GNOME project. Contained here are - the GNOME session manager - the GNOME session manager configuration program - and several other session management related utilities.. Platforms: *nix

License: Freeware Size: 911.36 KB Download (111): gnome-session 2.18.3 / Download

Added: May 10, 2013 | Visits: 471

AJAX Session 5.x- For security purposes, any code that uses AJAX session must call a PHP function that registers a specified session variable. Only after that will the AJAX session allow an AJAX post request to modify variables.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): AJAX Session 5.x- Download

Added: May 10, 2013 | Visits: 447

Session Limit By default, a session is created for each browser that a user uses to log in. This module will force the user to log out any extra sessions after they exceed the administrator-defined maximum.Assuming the session limit is 1, if a user is logged in to a Drupal site from their work computer and... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Session Limit Download

1 2 3 4 5 >