apache::session::sybase(3) suse man page | unix.com

Man Page: apache::session::sybase

Operating Environment: suse

Section: 3

Session::Sybase(3)					User Contributed Perl Documentation					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.12.1 2007-09-28 Session::Sybase(3)
Related Man Pages
apache::session::oracle(3) - suse
apache::session::store::mysql(3) - suse
apache::session::informix(3pm) - debian
apache::session::postgres(3pm) - debian
apache::session::store::sybase(3pm) - debian
Similar Topics in the Unix Linux Community
Change directory error
Getting command output to putty window title.
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!