Query: apache::session::postgres
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Session::Postgres(3) User Contributed Perl Documentation Session::Postgres(3)NAMEApache::Session::Postgres - An implementation of Apache::SessionSYNOPSISuse Apache::Session::Postgres; #if you want Apache::Session to open new DB handles: tie %hash, 'Apache::Session::Postgres', $id, { DataSource => 'dbi:Pg:dbname=sessions', UserName => $db_user, Password => $db_pass, Commit => 1 }; #or, if your handles are already opened: tie %hash, 'Apache::Session::Postgres', $id, { Handle => $dbh, Commit => 1 };DESCRIPTIONThis module is an implementation of Apache::Session. It uses the Postgres backing store and no locking. See the example, and the documentation for Apache::Session::Store::Postgres for more details.USAGEThe special Apache::Session argument for this module is Commit. You MUST provide the Commit argument, which instructs this module to either commit the transaction when it is finished, or to simply do nothing. This feature is provided so that this module will not have adverse interactions with your local transaction policy, nor your local database handle caching policy. The argument is mandatory in order to make you think about this problem.AUTHORThis module was written by Jeffrey William Baker <jwbaker@acm.org>.SEE ALSOApache::Session::File, Apache::Session::Flex, Apache::Session::DB_File, Apache::Session::Postgres, Apache::Session perl v5.12.1 2007-09-28 Session::Postgres(3)
Similar Topics in the Unix Linux Community |
---|
Apache: In the beginning... |
Web site Security WRT MySql - how set up? |
Mod_ssl patch for Apache server v2.0.49 |
FreeBSD and two NICs |
sed command to parse Apache config file |