NAME

Apache::Session::Store::NoSQL::Cassandra - An implementation of Apache::Session::Store

SYNOPSIS

 use Apache::Session::NoSQL;
 
 tie %hash, 'Apache::Session::Cassandra', $id, {
 };

DESCRIPTION

This module is an implementation of Apache::Session::NoSQL. It uses the Cassandra storage system

AUTHOR

Thomas Chemineau, <thomas.chemineau@gmail.com>, Xavier Guimard <x.guimard@free.fr>

SEE ALSO

Apache::Session::NoSQL, Apache::Session

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Thomas Chemineau

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.