comparison 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
comparison
equal deleted inserted replaced
441:c59c4d4323e7 442:d66a7fa7689b
54 54
55 #################################### 55 ####################################
56 ### BEAKER SESSION #### 56 ### BEAKER SESSION ####
57 #################################### 57 ####################################
58 ## Type of storage used for the session, current types are 58 ## Type of storage used for the session, current types are
59 ## “dbm”, “file”, “memcached”, “database”, and “memory”. 59 ## dbm, file, memcached, database, and memory.
60 ## The storage uses the Container API 60 ## The storage uses the Container API
61 ##that is also used by the cache system. 61 ##that is also used by the cache system.
62 beaker.session.type = file 62 beaker.session.type = file
63 63
64 beaker.session.key = hg-app 64 beaker.session.key = hg-app