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

NAME

OpusVL::AppKit::TraitFor::Controller::Login::NewSessionIdOnLogin

VERSION

version 2.24

DESCRIPTION

Simple controller role to generate a new session id when the user logs in. Actually it's a little blunter than that, it forces a new one to be generated every time the login page is visited. That's not a problem, even if it is a little pointless. It's just this is the simplest place to hook in the functionality.

NAME

OpusVL::AppKit::TraitFor::Controller::Login::NewSessionIdOnLogin

METHODS

after 'login'

    $ctx->change_session_id;

SEE ALSO

CatalystX::SimpleLogin::ControllerRole::Login

AUTHOR

OpusVL - www.opusvl.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by OpusVL - www.opusvl.com.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.