NAME
Egg::Plugin::SessionKit::Issue::UniqueID - Session id is issued by mod_unique_id of Apache.
SYNOPSIS
use Egg qw/ SessionKit /;
__PACKAGE__->egg_startup(
.......
...
plugin_session => {
component=> [
[ 'Base::Module' => { ... } ],
qw/ Issue::UniqueID Bind::Cookie Store::Plain /,
],
},
);
DESCRIPTION
'mod_unique_id' of the Apache WEB server is used to issue session ID.
METHODS
issue_id
Session ID is issued.
issue_check_id
Effective session ID is not checked. Untouched through.
SEE ALSO
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.