20 Apr
2004
20 Apr
'04
6:39 p.m.
...The better option may be a simple python product implementing some sort of persistent object
I just discovered the TransientObject. How about I add a Transient Object Container to the temp_folder, which will store my application data? That looks like it'll work... My data set is read-only, by the way. I also just discovered how easy it is to get access to the SESSION transient object from a python script, and how you can easily use that. Very nice.