Session object in ASP script
Robert Brewer
fumanchu at amor.org
Tue Feb 24 14:38:24 EST 2004
More information about the Python-list mailing list
Tue Feb 24 14:38:24 EST 2004
- Previous message (by thread): Memory Leak
- Next message (by thread): Session object in ASP script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gandalf wrote:
> I'm using IIS with python. I'm trying to use this combination
> for the first time. I have a problem here.
> I cannot assign new items to the Session. For example:
>
> Session.Contents.Item("foo") = 1 -> HTTP/1.1 500 Server
Error
> Session("foo") = 1 -> HTTP/1.1 500
Server Error
> Session.foo = 1 ->
AttributeError: foo
http://www.faqts.com/knowledge_base/view.phtml/aid/4937/fid/501
HTH,
FuManChu
- Previous message (by thread): Memory Leak
- Next message (by thread): Session object in ASP script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list