|
-
Oct 3rd, 2002, 09:44 AM
#1
Thread Starter
Addicted Member
Detecting cookie disabled browsers
Would the code below suffice to detect whether a user/client computer has cookies disabled?? Does anyone have or know of "other" scripts that do this?
' set cookie value
Response.Cookies("surname") = username
'check if cookie is enabled
if (Request.Cookies("surname")<>username) then
response.write("You need to enable cookies.")
response.end
end if
many Thx in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|