Masatoshi Mizuno > Egg-Plugin-SessionKit > Egg::Model::Session::Plugin::AgreeAgent

Download:
Egg-Plugin-SessionKit-3.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

Egg::Model::Session::Plugin::AgreeAgent - Plugin for session that confirms agreement of HTTP_USER_AGENT.

SYNOPSIS ^

  package MyApp::Model::Sesion::MySession;
  
  __PACKAGE__->startup(
   .....
   Plugin::AgreeAgent
   );

DESCRIPTION ^

When environment variable 'HTTP_USER_AGENT' is not completely corresponding, it is a plugin for the session to treat as another session.

HTTP_USER_AGENT at that time is preserved when a new session is opened, and the agreement of the HTTP_USER_AGENT will be confirmed next time.

To use it, 'Plugin::AgreeAgent' is added to 'startup'.

At this time, 'init_session' is done in override, and note the competition with other components, please.

METHODS ^

init_session

HTTP_USER_AGENT before in agreement with begins a new session when it is not.

SEE ALSO ^

Egg::Release, Egg::Model::Session::Manager::TieHash,

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.