Re: [Zope] FSSession used in Python???

2000-07-10 Thread Pavlos Christoforou
On Fri, 7 Jul 2000, Dan Narkiewicz wrote: inside my own python written Zope product... Any help would be.. well... helpful.. I am not sure if it is a good idea to use a Product in the manner you describe but in any case: --- a class definition --- def FStest(self):

[Zope] FSSession used in Python???

2000-07-07 Thread Dan Narkiewicz
I want to write my own Product in python that uses FSSession to store a very minimum amount of information... For the life of me i cannot figure out how to correctly create an instance of an FSSession that can be manipulated inside my own python written Zope product... Any help would be..