This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BFC0F3.29974F52
Content-Type: text/plain;
        charset="iso-8859-1"

Are you using client variables? It's possible that they are setting the
cookies. You have to have SETCLIENTCOOKIES="no" set in the cfapplication tag
or the client variables will be set as cookies on the clients machine.

hope that's useful,

ant

-----Original Message-----
From: Owens, Howard [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 17, 2000 4:04 PM
To: '[EMAIL PROTECTED]'
Subject: where are these cookies coming from?




On previous sites it seems like I've used this cookie test and it's worked
...

<cfif NOT IsDefined('cookie.primID')>

some stuff here about cookies

</cfif>

But on this current site I'm working on, that's not working.  Even though
I'm not allowing cookies to be set in either Netscape or IE, I'm still
seeing cookies on the Web page (through doing
<cfoutput>#cookie.primID#</cfoutput>).

I've tried several different things and can't figure out why these cookies
are being set.

Am I just misremembering how I've done cookie tests in the past or is there
something else I'm missing?

H.


=========================
Howard Owens
Web Producer
InsideVC.com
mailto:[EMAIL PROTECTED]
=========================


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------_=_NextPart_001_01BFC0F3.29974F52
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>RE: where are these cookies coming from?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Are you using client variables? It's possible that =
they are setting the cookies. You have to have =
SETCLIENTCOOKIES=3D&quot;no&quot; set in the cfapplication tag or the =
client variables will be set as cookies on the clients =
machine.</FONT></P>

<P><FONT SIZE=3D2>hope that's useful,</FONT>
</P>

<P><FONT SIZE=3D2>ant</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Owens, Howard [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FON=
T>
<BR><FONT SIZE=3D2>Sent: Wednesday, May 17, 2000 4:04 PM</FONT>
<BR><FONT SIZE=3D2>To: '[EMAIL PROTECTED]'</FONT>
<BR><FONT SIZE=3D2>Subject: where are these cookies coming from?</FONT>
</P>
<BR>
<BR>
<BR>

<P><FONT SIZE=3D2>On previous sites it seems like I've used this cookie =
test and it's worked</FONT>
<BR><FONT SIZE=3D2>...</FONT>
</P>

<P><FONT SIZE=3D2>&lt;cfif NOT IsDefined('cookie.primID')&gt;</FONT>
</P>

<P><FONT SIZE=3D2>some stuff here about cookies</FONT>
</P>

<P><FONT SIZE=3D2>&lt;/cfif&gt;</FONT>
</P>

<P><FONT SIZE=3D2>But on this current site I'm working on, that's not =
working.&nbsp; Even though</FONT>
<BR><FONT SIZE=3D2>I'm not allowing cookies to be set in either =
Netscape or IE, I'm still</FONT>
<BR><FONT SIZE=3D2>seeing cookies on the Web page (through doing</FONT>
<BR><FONT =
SIZE=3D2>&lt;cfoutput&gt;#cookie.primID#&lt;/cfoutput&gt;).</FONT>
</P>

<P><FONT SIZE=3D2>I've tried several different things and can't figure =
out why these cookies</FONT>
<BR><FONT SIZE=3D2>are being set.</FONT>
</P>

<P><FONT SIZE=3D2>Am I just misremembering how I've done cookie tests =
in the past or is there</FONT>
<BR><FONT SIZE=3D2>something else I'm missing?</FONT>
</P>

<P><FONT SIZE=3D2>H.</FONT>
</P>
<BR>

<P><FONT =
SIZE=3D2>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2>Howard Owens</FONT>
<BR><FONT SIZE=3D2>Web Producer</FONT>
<BR><FONT SIZE=3D2>InsideVC.com</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A></FONT=
>
<BR><FONT =
SIZE=3D2>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D</FONT>
</P>
<BR>

<P><FONT =
SIZE=3D2>---------------------------------------------------------------=
---------------</FONT>
<BR><FONT SIZE=3D2>Archives: <A =
HREF=3D"http://www.eGroups.com/list/cf-talk" =
TARGET=3D"_blank">http://www.eGroups.com/list/cf-talk</A></FONT>
<BR><FONT SIZE=3D2>To Unsubscribe visit <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body.</FONT></P>

</BODY>
</HTML>
------_=_NextPart_001_01BFC0F3.29974F52--
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to