My config ...
cache_dir = %(here)s/data
beaker.cache.type = memory
beaker.session.key = X
beaker.session.secret = Y
beaker.session.type = file
beaker.session.validate_key = Z
beaker.cache.data_dir = %(here)s/data/cache
beaker.session.data_dir = %(here)s/data/sessions


I have created the data directory in the same folder as the ini files.

Nothing is getting written to data, data/cache, or data/sessions.

I just want to make sure i am not missing a step. I looked at the TG docs 
and the beaker docs but maybe i missed something.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to