Is there a way to wrap and share a beaker session with a sub-
application? I read vulcan's response to another who asked a similar
question about session sharing with sub-applications (source
http://groups.google.com/group/webpy/browse_thread/thread/fe747abc65b09b22)
which suggested using web.py sessions and the following call:

"session = web.session.Session(app, web.session.DiskStore('sessions'))
web.ses = session"

but considering I already have beaker sessions and middleware
integrated with web.py (and the backend db to support it), I'd be more
comfortable (if possible) sticking with beaker for sessions. Is there
a similar -- to the example above -- call I can make to wrap beaker
sessions and share them with sub-applications? Any suggestions would
be greatly appreciated. If not I'll consider using web.py sessions.
Again, thank you kindly, in advance for the suggestions.

Sincerely,
- Michael E. Karpeles [Mek]
--~--~---------~--~----~------------~-------~--~----~
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