I have the same problem (need 2 different sessions).
It seems that one approach to do this will be to write a SessionManager,
similar to CacheManager and then modify the SessionMiddleware to use it
instead of directly using the Session object. My knowledge on this is
limited, but if someone can outline what's the best way to do this, I
can definitely take a shot it.
DD
Michael Naber wrote:
What is the right way to go about creating more than one Beaker
session? I see the need to do this because I would like to have one
session that is secure (cookie over ssl only) and another one that is
not secure.
Thanks,
Michael
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en.