|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Cookie, IIS 4.0, BVScript |
From: |
Avis |
Date: |
4/9/1999 11:18:56 AM |
IP: |
207.19.212.53 |
I am working with Cookies and most of it is working OK. But when I try to use Request.Cookies("MyCookie").HasKeys it always returns False.
The Cookie is being set OK, because I can get the values, but HasKeys is not working.
When I use the Request the information from the Cookie:
<br>C_FN=<%=Request.Cookies("MyCookie")("fn")%>
<br>C_LN=<%=Request.Cookies("MyCookie")("ln")%>
<br>C_DT=<%=Request.Cookies("MyCookie")("dt")%>
<br>C_Ky=<%=Request.Cookies("MyCookie").HasKeys%>
It returns the following information:
C_FN=Avis
C_LN=Sas
C_DT=4/8/99
C_Ky=False
If I do just:
<br>Cookies??=<%=Request.Cookies("MyCookie")%>
It returns:
Cookies??=FN=Avis&LN=Sas&DT=4%2F8%2F99
It looks like the .HasKeys should be True.
Does anyone know why the .HasKeys is always False??
Thanks in advance for you help.
Avis
|
Follow Up - Re: Cookie, IIS 4.0, BVScript - Harlan 4/13/1999 9:32:42 AM
|
|
|
|
|
|
|
|
|
|
|
|