Apache::Session::MySQL man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Apache::Session::MySQLUser Contributed Perl DocumentaApache::Session::MySQL(3)

NAME
       Apache::Session::MySQL - An implementation of Apache::Session

SYNOPSIS
	use Apache::Session::MySQL;

	#if you want Apache::Session to open new DB handles:

	tie %hash, 'Apache::Session::MySQL', $id, {
	   DataSource => 'dbi:mysql:sessions',
	   UserName   => $db_user,
	   Password   => $db_pass,
	   LockDataSource => 'dbi:mysql:sessions',
	   LockUserName	  => $db_user,
	   LockPassword	  => $db_pass
	};

	#or, if your handles are already opened:

	tie %hash, 'Apache::Session::MySQL', $id, {
	   Handle     => $dbh,
	   LockHandle => $dbh
	};

DESCRIPTION
       This module is an implementation of Apache::Session.  It uses the MySQL
       backing store and the MySQL locking scheme.  See the example, and the
       documentation for Apache::Session::Store::MySQL and
       Apache::Session::Lock::MySQL for more details.

AUTHOR
       This module was written by Jeffrey William Baker <jwbaker@acm.org>.

SEE ALSO
       Apache::Session::File, Apache::Session::Flex, Apache::Session::DB_File,
       Apache::Session::Postgres, Apache::Session

perl v5.14.1			  2011-06-21	     Apache::Session::MySQL(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net