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

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

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.

The value of environment variable 'UNIQUE_ID' is returned.
The result of the format check of session ID is returned.

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

Masatoshi Mizuno <lushe@cpan.org>

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.