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.
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/