[Catalyst] different storage for a controller
Tomas Doran
bobtfish at bobtfish.net
Wed Sep 8 14:58:18 GMT 2010
On 8 Sep 2010, at 14:53, rahed wrote:
> in MyApp.pm I have:
>
> __PACKAGE->config(session => {storage => '/tmp/mystorage'});
>
> I use FastMmap session storage and would like to change the path for
> one
> of my controller. I tried in myapp.yml:
This question makes no sense.
The session storage is per user, not per controller.
What are you actually trying to achieve / what problem are you trying
to solve here?
Cheers
t0m
More information about the Catalyst
mailing list