Hello hello, What the storage do you use for sessions? Memory (my 5 cents that it's true)? If it's then you should switch to filesystem (preferably) or database storage...
2011/5/3 [email protected] <[email protected]>: > Hello, > i just found out a strange session behavior in turbogears 1.0.8 under > mod_wsgi with processes set greater then 1. > It looks like the sessions are not shared across process that affects > cherrypy.session and tg.i18n.get_locale by returning different values. > > Any idea how to fix it ? > > ps > setting  WSGIDaemonProcess processes=1 in apache config seems to fix > the issue... > > > Thanks, > Timor A. > > > > -- > 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. > > -- 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.

