PDA

Click to See Complete Forum and Search --> : Cookie Problems


spyder
May 23rd, 2000, 12:31 AM
I keep getting a runtime error saying that request is a required obejct? any Ideas?

If Request.Cookies("Visited") <> Null then
FirstTiime = True
end if

Thanks
Devin

lenin
May 23rd, 2000, 03:19 AM
Never seen this Devin. Can you assign the cookie request to a variable and check if it is equal to ""

This has just worked for me.

Lenin