NAME
Egg::Plugin::SessionKit::Store::Base64 - Session data is made a text for preservation.
SYNOPSIS
use Egg qw/ SessionKit /;
__PACKAGE__->egg_startup(
.......
...
plugin_session => {
component=> [
[ 'Base::Module' => { ... } ],
qw/ Bind::Cookie Store::Base64 /,
],
},
);
DESCRIPTION
The means to make the session data a text for preservation is offered.
METHODS
store_encode
The session data is made a text.
store_decode
The session data made a text is restored.
SEE ALSO
Storable, MIME::Base64, Egg::Plugin::SessionKit, Egg::Release,
AUTHOR
Masatoshi Mizuno <lushe@cpan.org>
COPYRIGHT
Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.