NAME

Egg::Plugin::SessionKit::Issue::MD5 - Session id is issued by Digest::MD5.

SYNOPSIS

use Egg qw/ SessionKit /;

__PACKAGE__->egg_startup(
  .......
  ...
  
  plugin_session => {
    component=> [
      [ 'Base::Module' => { ... } ],

      [ 'Issue::MD5' => { id_length => 32 } ],

      qw/ Bind::Cookie Store::Plain /,
      ],
    },
  );

DESCRIPTION

Session ID is issued by Digest::MD5.

METHODS

startup

Configuration check.

issue_id

Session id is issued.

SEE ALSO

Digest::MD5, 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.