Session::Sybase(3pm) User Contributed Perl Documentation Session::Sybase(3pm)
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::Ses-
sion::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 AT acm.org>; it was modified by Chris Winters <chris AT cwinters.com>.
SEE ALSO
Apache::Session
perl v5.8.8 2008-02-03 Session::Sybase(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-19 16:41 @38.107.179.239 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)