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


Egg-Plugin-SessionKit documentation  | view source Contained in the Egg-Plugin-SessionKit distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  package MyApp::Model::Sesion::MySession;

  __PACKAGE__->startup(
   .....
   ID::UniqueID
   );

DESCRIPTION

Top

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

Top

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

Top

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

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Plugin-SessionKit documentation  | view source Contained in the Egg-Plugin-SessionKit distribution.