Re: Session directories in 0.9.6

2007-08-25 Thread Ben Bangert
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

Re: Session directories in 0.9.6

2007-08-24 Thread Christoph Haas
On Thu, Aug 23, 2007 at 06:16:35PM -0700, Mike Orr wrote: What are the cache and session config variables in 0.9.6? I upgraded my application with paster create and it contained: beaker.session.key = ... beaker.session.secret = ... cache_dir = %(here)s/data cache_enabled

Session directories in 0.9.6

2007-08-23 Thread Mike Orr
What are the cache and session config variables in 0.9.6? I upgraded my application with paster create and it contained: beaker.session.key = ... beaker.session.secret = ... cache_dir = %(here)s/data cache_enabled = true cache.data = 3600 cache.static = 3600 I had