[Catalyst] Catalyst::Plugin::Session::ApacheSession
Sebastian Riedel
sri at oook.de
Tue Mar 15 19:08:25 CET 2005
toddrw69 at excite.com wrote:
>It appears setup() runs once per request, so if I used require() in the plugin, each apache child would get its own copy of Apache::Session::*, correct?
>
>
No! That would really suck...
setup() is normally triggered by the first MyApp->action() call in the
application class.
It has nothing todo with the request cycle.
--
sebastian
More information about the Catalyst
mailing list