NAME
Apache::Session::Serialize::MongoDB - Do nothing since MongoDB can store Perl objects;
SYNOPSIS
use Apache::Session::MongoDB;
tie %hash, 'Apache::Session::MongoDB', $id, {
Host => 'locahost',
Port => 27017
};
DESCRIPTION
This module does nothing.
SEE ALSO
Apache::Session::Store::MongoDB
AUTHOR
Xavier Guimard, <x.guimard@free.fr<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2015 by Xavier Guimard, <x.guimard@free.fr<gt>
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.