Apache::Session::Store::Sybase

Apache::Session::Store::Sybase can store persistent data in a Sybase database.
Download

Apache::Session::Store::Sybase Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Winters
  • Publisher web site:
  • http://search.cpan.org/~cwinters/SPOPS-0.87/SPOPS/SQLInterface.pm

Apache::Session::Store::Sybase Tags


Apache::Session::Store::Sybase Description

Apache::Session::Store::Sybase can store persistent data in a Sybase database. SYNOPSIS use Apache::Session::Store::Sybase; my $store = new Apache::Session::Store::MySQL; $store->insert( $ref ); $store->update( $ref ); $store->materialize( $ref ); $store->remove( $ref );Apache::Session::Store::Sybase fulfills the storage interface of Apache::Session. Session data is stored in a Sybase database.SCHEMATo use this module, you will need at least these columns in a table called 'sessions': id CHAR(32) # or however long your session IDs are. a_session IMAGETo create this schema, you can execute this command using the isql or sqsh programs: CREATE TABLE sessions ( id CHAR(32) not null primary key, a_session TEXT ) goIf you use some other command, ensure that there is a unique index on the id column of the table Requirements: · Perl


Apache::Session::Store::Sybase Related Software