Using Python under ASP
Max Ischenko
max at ucmg.com.ua.remove.it
Wed Sep 10 03:06:22 EDT 2003
More information about the Python-list mailing list
Wed Sep 10 03:06:22 EDT 2003
- Previous message (by thread): Using Python under ASP
- Next message (by thread): Pass-by-reference : Could a C#-like approach work in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Using Python under ASP
- Next message (by thread): Pass-by-reference : Could a C#-like approach work in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list