4 Jan
2000
4 Jan
'00
2:31 p.m.
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.