Under Quixote 2's SCGI server without any session persistence, how (if at all) are session objects shared between processes? If there is any session sharing, is it safe to store ZODB objects in sessions even though every SCGI process gets its own ZEO connection?