Data-Session
view release on metacpan or search on metacpan
lib/Data/Session/Driver/BerkeleyDB.pm view on Meta::CPAN
Returns the result of calling the L<BerkeleyDB> method set($id => $data).
This result is a Boolean value indicating 1 => success or 0 => failure.
=head1 Method: traverse()
Retrieves all ids via a cursor, and for each id calls the supplied subroutine with the id as the
only parameter.
The database is not locked during this process.
Returns 1.
=head1 Installing BerkeleyDB
Get Oracle's BerkeleyDB from
http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html
I used V 5.1.19
tar xvzf db-5.1.19.tar.gz
cd db-5.1.19/build_unix
lib/Data/Session/Driver/ODBC.pm view on Meta::CPAN
Writes to storage the session identified by $id, together with its data $data, or dies if it can't.
Returns 1.
=head1 Method: traverse()
Retrieves all ids from the sessions table, and for each id calls the supplied subroutine with the
id as the only parameter.
$dbh -> selectall_arrayref is used, and the table is not locked.
Returns 1.
=head1 Support
Log a bug on RT: L<https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session>.
=head1 Author
L<Data::Session> was written by Ron Savage I<E<lt>ron@savage.net.auE<gt>> in 2010.
lib/Data/Session/Driver/Oracle.pm view on Meta::CPAN
Writes to storage the session identified by $id, together with its data $data, or dies if it can't.
Returns 1.
=head1 Method: traverse()
Retrieves all ids from the sessions table, and for each id calls the supplied subroutine with the id
as the only parameter.
$dbh -> selectall_arrayref is used, and the table is not locked.
Returns 1.
=head1 Support
Log a bug on RT: L<https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session>.
=head1 Author
L<Data::Session> was written by Ron Savage I<E<lt>ron@savage.net.auE<gt>> in 2010.
lib/Data/Session/Driver/Pg.pm view on Meta::CPAN
This is a frozen session. This value must be thawed by calling the appropriate serialization
driver's thaw() method.
L<Data::Session> calls the right thaw() automatically.
=head1 Method: store($id => $data)
Writes to storage the session identified by $id, together with its data $data, or dies if it can't.
$dbh -> selectall_arrayref is used, and the table is not locked.
Returns 1.
=head1 Method: traverse()
Retrieves all ids from the sessions table, and for each id calls the supplied subroutine with the id
as the only parameter.
Returns 1.
lib/Data/Session/Driver/SQLite.pm view on Meta::CPAN
Writes to storage the session identified by $id, together with its data $data, or dies if it can't.
Returns 1.
=head1 Method: traverse()
Retrieves all ids from the sessions table, and for each id calls the supplied subroutine with the id
as the only parameter.
$dbh -> selectall_arrayref is used, and the table is not locked.
Returns 1.
=head1 Support
Log a bug on RT: L<https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session>.
=head1 Author
L<Data::Session> was written by Ron Savage I<E<lt>ron@savage.net.auE<gt>> in 2010.
lib/Data/Session/Driver/mysql.pm view on Meta::CPAN
Writes to storage the session identified by $id, together with its data $data, or dies if it can't.
Returns 1.
=head1 Method: traverse()
Retrieves all ids from the sessions table, and for each id calls the supplied subroutine with the id
as the only parameter.
$dbh -> selectall_arrayref is used, and the table is not locked.
Returns 1.
=head1 Support
Log a bug on RT: L<https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session>.
=head1 Author
L<Data::Session> was written by Ron Savage I<E<lt>ron@savage.net.auE<gt>> in 2010.
( run in 0.944 second using v1.01-cache-2.11-cpan-49f99fa48dc )