Re: [python-win32] Classic ASP -> Response.Cookies access

2024-10-23 Thread Steven Manross
Thanks for the response! Dir gives me this: dir = ['AddRef', '_oleobj_', '__hash__', 'GetTypeInfo', '_username_', '_FlagAsMethod', '__str__', '__format__', '_wrap_dispatch_', '_enum_', '__call__', '__int__', '_get_good_object_', '_print_details_', 'Invoke', '__sizeof__', 'Key', '_mapCachedItem

Re: [python-win32] Classic ASP -> Response.Cookies access

2024-10-23 Thread Mark Hammond
On 2024-10-23 7:42 p.m., Steven Manross wrote: I’m not sure if this is implemented or not in the Python ASP code or not, but I am trying to duplicate some VBS code in Python, and use the URL below as a primer as I couldn’t find any info on the internet about how Python might implement this kin

[python-win32] Classic ASP -> Response.Cookies access

2024-10-23 Thread Steven Manross
I'm not sure if this is implemented or not in the Python ASP code or not, but I am trying to duplicate some VBS code in Python, and use the URL below as a primer as I couldn't find any info on the internet about how Python might implement this kind of ASP code. I know the link is SUPER OLD but