Webpy's own session work well. I don't think you need to use beaker's. Here is the session I patched for webpy. http://github.com/yejun/webpy/tree/GAE/web/session.py
Use it as normal webpy session. app = web.application(urls, globals()) session = web.session.Session(app) On Oct 24, 8:48 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm looking for information about how to use Beaker sessions with > webpy on Appengine. > I've been googling for awhile but I could only find incomplete or > outdated information. > I know people are using beaker sessions in appengine but so far, I > could only get it working with a patch for webapp (it doesn't work > with webpy). > > If there is anyone using beaker, please kindly tell me what version > should I use and, if possible, some usage sample (configuration > options, etc). > > Thanks! > Luis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
