Dale Strickland-Clark wrote: > There is no problem storing simple values in the Session object but > the problem remains that we can't figure out how to store Python > objects in there. If you don't need to save complex objetcs, perhaps you are better of writing a com/python datatype conversion layer? Both dicts and list should be pretty straightforward. regards Max M