27 Sep
2003
27 Sep
'03
4:37 p.m.
The result of this isn't two separate session objects. 'my_app' is just a namespace. There can be any number of namespaces in the same session data object. It's the 'recommended way', FWIW.
Separate namespaces is good enough for me.
Having two session data managers in the same folder isn't really supported.
Maybe then it should not be possible to instantiate more than one.
That's not what I see (Zope 2.7 head). When I print the request, I get
I still use Zope 2.5.1, will upgrade soon.
SESSION, ses1, ses2, and ses3. This should indeed work (although I'm not sure you'd really want to do this, namespaces seem easier and clearer).
Perfect. Thank you very much for your explanation. -- Milos Prudek