PDA

Click to See Complete Forum and Search --> : Cookies


Skeen
Sep 6th, 2000, 05:59 AM
Hiya

Can anyone tell me how to create a cookie in VB script. Ginger Ninja confirmed what I had read in a book but it just causes my code to fall over:

To create a cookie:

'-- Response.Cookies("Cookie_Name") = Variable/txt--'

And to retrieve the cookie on a different script:
'--variable(to place cookie in____ = Request.Cookies("Cookie__Name")--'

I keep getting an error message saying "Expected Statement"
I don't whats wrong at all. Any help would be great!

Skeen