Query: apache::session::sybase
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Apache::Session::Sybase(3pm) User Contributed Perl Documentation Apache::Session::Sybase(3pm)NAMEApache::Session::Sybase - An implementation of Apache::SessionSYNOPSISuse 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, };DESCRIPTIONThis 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.AUTHORThis 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 ALSOApache::Session perl v5.10.1 2010-10-18 Apache::Session::Sybase(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Introduction |
Find columns in a file based on header and print to new file |