Hello: the core tg2 controller, "TGController" calls setup_i18n() on every request setup_i18n() peforms a request to the session.
Beaker (the tg2 session library) detects this session access, and decides to save the session on every request (irregardless of whether my app uses the session) Is this an accurate account of what happens? This is a problem for me, because session data is being overwritten by session saves in other async/ajax requests. What should I do? besides comment out the call to setup_i18n(), which I think I don't need. any help appreciated. -- 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.

