Apache::Session::Sybase man page on OpenSuSE

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

Apache::Session::SybasUser Contributed Perl DocumentApache::Session::Sybase(3)

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

SYNOPSIS
	use Apache::Session::Sybase;

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

	tie %hash, 'Apache::Session::Sybase', $id, {
	   DataSource => 'dbi:Sybase:database=sessions;server=SYBASE',
	   UserName   => $db_user,
	   Password   => $db_pass,
	   Commit     => 1,
	};

	# or, if your handle is already opened:

	tie %hash, 'Apache::Session::Sybase', $id, {
	   Handle     => $dbh,
	   Commit     => 0,
	};

DESCRIPTION
       This module is an implementation of Apache::Session.  It uses the
       Sybase backing store and the Null locking scheme.  See the example, and
       the documentation for Apache::Session::Store::Sybase (also for the
       parameters that get passed to the backing store along with the schema
       necessary to save the sessions) and Apache::Session::Lock::Null for
       more details.

AUTHOR
       This module was based on Apache::Session::MySQL which was written by
       Jeffrey William Baker <jwbaker@acm.org>; it was modified by Chris
       Winters <chris@cwinters.com>.

SEE ALSO
       Apache::Session

perl v5.18.1			  2009-09-15	    Apache::Session::Sybase(3)
[top]

List of man pages available for OpenSuSE

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