|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Cookie, IIS 4.0, BVScript |
From: |
Harlan |
Date: |
4/13/1999 9:32:42 AM |
IP: |
206.222.20.2 |
wogga wogga ah.. you have somethin' messy. HasKeys should return true there. I tested it on my system with the following code:
<%
response.cookies("one")("one") = "1.1"
response.cookies("one")("two") = "1.2"
%>
<html>
<%
response.write "has keys: " & request.cookies("one").HasKeys
%>
</html>
and it returns
has keys: True
I don't see that you did anything wrong, not in your code anyway. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|