On Oct 21, 12:23 pm, "Brent Pedersen" <[EMAIL PROTECTED]> wrote:
> send in the result of web.application to the Session:
>
> app = web.application(urls, globals())
>
> curdir = os.path.dirname(__file__)
> session = web.session.Session(app, web.session.DiskStore(curdir + '/'
> + 'sessions'),)
>
> application = app.wsgifunc()


It works. Thanks Brent. ^_^
--~--~---------~--~----~------------~-------~--~----~
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