Session object in ASP script

Robert Brewer fumanchu at amor.org
Tue Feb 24 14:38:24 EST 2004


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




More information about the Python-list mailing list