The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Egg::Model::Session::ID::UniqueID - 'mod_uniqueid' is used for session ID.

SYNOPSIS

  package MyApp::Model::Sesion::MySession;
  
  __PACKAGE__->startup(
   .....
   ID::UniqueID
   );

DESCRIPTION

Enhancing module 'mod_uniqueid' of Apache is used for session ID.

The WEB server should set up to use it and Apache and mod_uniqueid have set it up.

see http://www.apache.org/.

METHODS

make_session_id

The value of environment variable 'UNIQUE_ID' is returned.

valid_session_id (SESSION_ID)

The result of the format check of session ID is returned.

SEE ALSO

Egg::Release, Egg::Model::Session::Manager::TieHash, http://www.apache.org/, http://httpd.apache.org/docs/2.0/ja/mod/mod_unique_id.html,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 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.