Egg::Model::Session

Model to use session
Download

Egg::Model::Session Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Masatoshi Mizuno
  • Publisher web site:
  • http://search.cpan.org/~lushe/

Egg::Model::Session Tags


Egg::Model::Session Description

Model to use session Egg::Model::Session is a model to use the session.To use it, the module is generated under the control of the project with the helper.see Egg::Helper::Model::Session. % cd /path/to/MyApp/bin % ./egg_helper M::Session It is this and MyApp? in the lib directory of the project. '... /Model/Session/MODULE_NAME.pm' is generated.And, 'Session' is added to the MODEL setting of the project. % vi /path/to/MyApp/lib/MyApp/config.pm ......... ... MODEL => ,The session module is set up when the project is started by this and using it becomes possible.Two or more kind of sessions can be treated at the same time by setting up two or more this session modules.SYNOPSIS my $session= $e->model('session_label'); # Data is preserved in the session. $session->{hoge}= 'booo'; # The session is shut and it preserves it. $session->close_session; Requirements: · Perl


Egg::Model::Session Related Software