[Catalyst] Troubleshooting Help Please

Moritz Onken onken at houseofdesign.de
Mon Oct 6 15:51:52 BST 2008


Am 06.10.2008 um 16:14 schrieb Moritz Onken:

>>
>> 	 Authentication
>>                Session
>> 			Session::Store::FastMmap
>> 			Session::State::Cookie
>
> Storing the session with FastMmap is not a good idea. If the  
> cache_size
> of FastMmap is exhausted it starts dropping sessions to make space
> for new sessions.
>
> You can change the cache size by setting it like this (default is  
> 5mb):
>
> cache:
>    backend:
>        class: Cache::FastMmap
>        cache_size: 100m

Actually you need to set that parameter somewhere else.
See the docs to Session::Store::FastMmap fore more information.



More information about the Catalyst mailing list