[Zope] exploring sessions
Chris McDonough
chrism@zope.com
19 May 2002 14:04:31 -0400
On Sun, 2002-05-19 at 06:59, Chris Withers wrote:
> Chris McDonough wrote:
> >
> > Oh ok. That's understandable. If you really want to do this, you
> > could, though... it a "transient object container" (e.g. session data
> > container) can be added to the "main" storage or to a mounted storage
> > instead of kept in the temp_folder.
>
> Is there a How-To for this?
Sort of... these might help..
http://www.zope.org/Members/mcdonc/HowTos/UseExternalMountWithCST
http://www.zope.org/Members/jgrewen/ZEO%20with%20CoreSessionTracking%20and%20a%20mounted%20Berkeley%20session%20DB
> How would storing sessions in this way impact ZODB/ZEO performance?
You'll unfortunately need to find that out yourself, I've not tried
it...
- C