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 <mmeri...@gmail.com> wrote:
> On Thu, Mar 1, 2012 at 8:54 PM, Jonathan Vanasco <jonat...@findmeon.com>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 post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to