I'm very interested in functionality. Please keep us updated. On Monday, March 5, 2012 5:25:46 PM UTC-6, Jonathan Vanasco wrote: > > the config.set_request_property sounds like it'll be *perfect* > > i'll whip up a distributable based on that -- will be much better than > hacking at pyramid core! > > On Mar 5, 6:21 pm, Michael Merickel <[email protected]> wrote: > > On Thu, Mar 1, 2012 at 8:54 PM, Jonathan Vanasco > > <[email protected]>wrote: > > > > > > has anyone attempted this yet with pyramid_beaker , or a custom > > > implementation ? > > > > It should absolutely be possible. I would suggest using Pyramid's new > > (1.3+) config.set_request_property() functionality to add another (lazy) > > property onto the request which will store the session. Obviously you'll > > have to roll your own session factory stuff, but Pyramid's session > support > > isn't exactly difficult to figure out. > > > > Using pyramid_beaker you would likely create a new session factory and > > attach it to your request property. Just make sure you change the cookie > > name for each session.
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/B-97H8uy6qwJ. 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/pylons-discuss?hl=en.
