<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>yes, thanks, that seems to work. Is there
any book or place of reference that you recommend I look at when I am having
problems using Python with ASP. Currently, I am experimenting with ASP,
and my primary reference is ASP in a NutShell, which uses VBScript entirely in
all ASP examples. I haven't seen any ASP book that deal with Python
specific syntax or issues.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT color=#000000 size=2>
<DIV><FONT face=Arial size=2>-----Original Message-----<BR>From: John Nielsen
<<A
href="mailto:nielsenjf@my-deja.com">nielsenjf@my-deja.com</A>><BR>Newsgroups:
comp.lang.python<BR>To: <A
href="mailto:python-list@python.org">python-list@python.org</A> <<A
href="mailto:python-list@python.org">python-list@python.org</A>><BR>Date:
Tuesday, January 18, 2000 4:01 PM<BR>Subject: Re: python and
ASP<BR><BR></DIV></FONT>>Try something
like:<BR>><BR>>Session.SetValue('userID',
userid)<BR>><BR>>john<BR>><BR>><BR>><BR>>In article
<002501bf60ae$1773bc20$b674fea9@desktop>,<BR>> "Sameer
Chowdhury" <<A
href="mailto:sameerc1@yahoo.com">sameerc1@yahoo.com</A>> wrote:<BR>>>
How do Sessions work when using python with ASP. I, for
example,<BR>>have<BR>>> working Python based ASP code, I add the
following line:<BR>>Session("userID") =<BR>>>
userID<BR>>> after defining userID. After I add this line, I get the
following<BR>>error<BR>>> when I test it.<BR>>> Python ActiveX
Scripting Engine error '80020009'<BR>>><BR>>>
Unknown<BR>>><BR>>> ?<BR>>><BR>>>
Unknown<BR>>><BR>>> Can anyone suggest a remedy. Thanks in
advance.<BR>>></FONT></DIV></BODY></HTML>