I am having trouble adding session middleware for google app-engine..
does anyone have examples for doing this for 0.23 or 0.3??

this doesnt work for .23
def session_mw(app):
    return FacebookWSGIMiddleware(app, config_fb,
facebook_class=facebookstuff.Facebook)

import google.appengine.ext.webapp.util
main = 
google.appengine.ext.webapp.util.run_wsgi_app(web.wsgifunc(web.webpyfunc(urls,
globals
(), session_mw)))


and how do i do it for 0.3?
thanks

On Thu, Apr 10, 2008 at 2:46 PM, Aaron Swartz <[EMAIL PROTECTED]> wrote:
>
>  That was just debug code; I took it out a while ago.
>
>
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to