Using Python under ASP

Max Ischenko max at ucmg.com.ua.remove.it
Wed Sep 10 03:06:22 EDT 2003


Hi,

I'm using Python under ASP env. and have a question about how to 
communicate Python snippets in different pages.

For example, I'd like to create a per-session object of class FooBar and 
be able to access it from any page. How could I do this?

I can't store anything complicated in a Session.
Someone here propose pickle/unpickle an object to the string but that 
feels like a kludge. Should I setup some global hash, keyed by SessionID 
to store data there?


TIA.

-- 
Regards, Max.





More information about the Python-list mailing list