> pylons.c -> pylons.request.state > pylons.session -> pylons.request.session > pylons.g -> pylons.request.app_globals
I don't think session belongs in request personally, isn't the whole point of the session that it persists _across_ requests. I think app_local is better than global, for 2 reasons. 1) it's more descriptive, 2) many people are taught that globals are bad, so that name has a negative connotation. Not a big deal, but if we get to change it, I'm all for removing conceptual stumbling blocks. --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---