I have changed these in my developmen.ini cookie_secret beaker.session.secret
and now it looks to be working. I was sure I had already tried that, you forced me to verify, thanks. Anyway I'm sure it should not be too difficult to avoid this problem with argument I used in previous post. Regards On Feb 28, 12:06 pm, NiL <[email protected]> wrote: > only a pointer .... I have configured the repoze.who with a who.ini > > http://turbogears.org/2.1/docs/main/Auth/whoini.html > > then you can ask authtkt to use different cookie name for dev.ini and > prod.ini > > [plugin:auth_tkt] > # Cookie-based session identification storage > use = repoze.who.plugins.auth_tkt:make_plugin > secret = 'some_secret' > cookie_name='auth_tkt_dev' > > HTH > > NiL -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

