On Apr 30, 2009, at 4:31 AM, Max Ischenko wrote:

I'm using beaker and found out that restarting pylons clears the cache completely. It seems that the cache is not stored in the filesystem at all
Here is my config:

beaker.type = dbm
beaker.session.key = doupy
cache_dir = /var/dou

This should be beaker.session.type = db, or beaker.cache.type = db. Otherwise it won't be seen by one middleware or the other, thus it defaults to memory based.

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to