diff production.ini @ 442:d66a7fa7689b

moved loged in user propagation out of forms, update user model to get auto update last login. bugfix with redirect log fixed forms logic a little bit some other tweeks
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 01 Sep 2010 23:32:47 +0200
parents 28f19fa562df
children 91292686c1ed
line wrap: on
line diff
--- a/production.ini	Wed Sep 01 12:13:03 2010 +0200
+++ b/production.ini	Wed Sep 01 23:32:47 2010 +0200
@@ -56,7 +56,7 @@
 ###       BEAKER SESSION        ####
 ####################################
 ## Type of storage used for the session, current types are 
-## “dbm”, “file”, “memcached”, “database”, and “memory”. 
+## dbm, file, memcached, database, and memory. 
 ## The storage uses the Container API 
 ##that is also used by the cache system.
 beaker.session.type = file