Hi all. I have an asp page that redirects to another page. After the
redirect I issue the command:
Request.Cookies("ClinetID")
It fails with this error: Object required: 'Request'
It also fails when I issue Request.ServerVariables("REMOTE_ADDR") to get the
IP address.
I looked at MS and there were notes about this situation with older browsers
and commerce server. But both of these situations are not applicable here.
Any idea how to tackle this problem!
Regards,