Session object in ASP script

Gandalf gandalf at geochemsource.com
Tue Feb 24 15:35:34 EST 2004


>
>
>>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
>  
>
You are my man! Thanks!

G






More information about the Python-list mailing list