|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
cookie shows differently if submitted with response.cookie |
|
From: |
John Niumata |
|
Date: |
11/3/1999 4:46:40 PM |
|
IP: |
208.135.115.66 |
when I set a cookie with a form I get exactly what I expected when i look at the cookie text file.
BUT -
when i set a cookie with Response.Cookies I get hex values where punctuation and special characters should be.
e.g. response.cookies("johnscookie")=john@niumata.com
writes the cookie as
johnscookie
EMAIL1=john%40niumata%2Ecom
any ideas how to remedy this? |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|