[Zope] Storing objects with SQLSession

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Wed, 05 Jan 2000 01:31:51 +1100


>>> Nemeth Miklos wrote
> Is there a way to store complex objects in session objects,
> or SQLSession can store string values?
> I have not tested so far FSSession, but its announcement states that it
> is capable of storing lists (I suppose list of strings only).
> Does SQLSession also support storing list of strings?

SQLSession can store anything that Python's cPickle can handle. The
maximum object size depends on the database, and on how you define the
table (the size of the varchar).

Anthony

-- 
Anthony Baxter     <anthony@interlink.com.au>   
It's never too late to have a happy childhood.