NAME

Egg::Plugin::SessionKit::Issue::UUID - Session ID is issued by Data::UUID.

SYNOPSIS

use Egg qw/ SessionKit /;

__PACKAGE__->mk_eggstartup(
  .......
  ...
  plugin_session => {
    issue => {
      name => 'UUID',
      },
    .......
    ...
    },
  );

DESCRIPTION

Session ID is issued by Data::UUID.

METHODS

issue_id

Session id is issued.

issue_check_id ( [SESSION_ID] )

Whether it is effective session ID is checked.

SEE ALSO

Data::UUID, 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.