3 messages in com.googlegroups.pylons-discussRe: Session directories in 0.9.6
FromSent OnAttachments
Mike Orr23 Aug 2007 18:16 
Christoph Haas24 Aug 2007 00:11 
Ben Bangert25 Aug 2007 01:01 
Subject:Re: Session directories in 0.9.6
From:Ben Bangert (ben-@public.gmane.org)
Date:08/25/2007 01:01:30 AM
List:com.googlegroups.pylons-discuss

On Aug 23, 2007, at 6:16 PM, Mike Orr wrote:

At some point I got a DeprecationWarning that all "cache_" variables should be changed to "cache.". Looking back, it must have been "cache_enabled" that triggered it. So I changed the underscores to dots, and later noticed a "None" directory in my application, containing container_lock files that looked like they belonged in the data directory. I deleted the None directory and it came back. So i created an empty directory with no access permissions to force an exception, and got:

The beaker.cache. and beaker.session. beginnings are ideal. The None directory bug was fixed, and release 0.7.5 has the fix in it. There should be a beaker.cache. directive, alternatively, cache_dir should still be fine.

Cheers, Ben