|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|