[Catalyst] Preventing simultaneous logins

J. Shirley jshirley at gmail.com
Sat Jul 26 21:13:24 BST 2008


On Sat, Jul 26, 2008 at 12:56 PM, Daniel McBrearty
<danielmcbrearty at gmail.com> wrote:
> Thanks Matt, I'll definitely try this when I get round to trying to
> solve this issue.
>
> Where does MyApp::set_athenticated get called from? when the user logs
> in? no, that can't be it ... you're way ahead of me here :-) ...
>

The base is from Catalyst::Plugin::Authentication:

http://search.cpan.org/~jayk/Catalyst-Plugin-Authentication-0.10006/lib/Catalyst/Plugin/Authentication.pm#set_authenticated(_$user,_$realmname_)


But C::P::Session::PerUser has its own which handles merging the session.

-J



More information about the Catalyst mailing list