[Python-bugs-list] PRIVATE: Python and ASP (PR#369)

Mark Hammond mhammond@skippinet.com.au
Sun, 25 Jun 2000 08:54:28 +1000


You can set a session variable under ASP using the syntax:

Session.SetValue('Key', 4)

For example...

Mark.

> -----Original Message-----
> From: python-bugs-list-admin@python.org
> [mailto:python-bugs-list-admin@python.org]On Behalf Of
> redumas@eos.ncsu.edu
> Sent: Sunday, 25 June 2000 4:35 AM
> To: python-bugs-list@python.org
> Cc: bugs-py@python.org
> Subject: [Python-bugs-list] PRIVATE: Python and ASP (PR#369)
> 
> 
> Full_Name: Dumas
> Version: Py1.5.2
> OS: Windows 2000 Advanced Server
> Submission from: (NULL) (208.41.247.187)
> 
> 
> I am doing some scripting with Python and MS ASP3.0.  My problem 
> lies with using
> the Session object as an lvalue.  Using the Session object as an 
> rvalue works
> perfect.
> 
> Ex -
> somestring = Session("info") #this works perfect
> 
> #however,
> 
> Session("info") = somestring #unknown error
> 
> Your help would be greatly appreciated!
> 
> Thanks,
> Dumas
> 
> 
> 
> _______________________________________________
> Python-bugs-list maillist  -  Python-bugs-list@python.org
> http://www.python.org/mailman/listinfo/python-bugs-list
>