This only applies to the application setting of CFID and CFTOKEN as cookies.
It has ZERO effect on any other cookie function. If you choose to have
SETCLIENTCOOKIES="NO" you will need to pass CFID and CFTOKEN around via URL
parameters in order to use session variables.
DC
----- Original Message -----
From: "GE" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 23, 2000 17:56
Subject: Re: SETCLIENTCOOKIES="No"
> Hello,
>
> I understand the purpose that cookies serve and the difference between
> server/client variables. I have read CFWACK ch27 -twice no less ;) .
> What I am trying to figure out is this
> (perhaps its a bug?):
>
> I "supposedly" disabled cookies by specifying SETCLIENTCOOKIES="No".
> Then in my code I actually do specify code to set a cookie. After I am
> finished on this one template I check my
> machine (client) and I find that there *has* been a cookie set.
>
> I think that I must be misunderstanding exactly what
> SETCLIENTCOOKIES="No" is supposed to do - because it IS setting cookies
> on the client machine if the app's code specifies it
> regardless of what SETCLIENTCOOKIES says.
>
> Thanks for any help and best regards,
> Nelson
>
>
> Anthony Israel-Davis wrote:
>
> > 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_01BFC442.A97477F2
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> >
> > My understanding (I know someone will correct me if I'm wrong!) is
> that when
> > using client variables, CF first tries to set a cookie with cfid and
> cftoken
> > on the machine for state-keeping reasons. If a cookie cannot be set,
> the
> > cfid and cftoken are set in the registry or in an odbc datasource,
> depending
> > on your specifications in the administrator. SETCLIENTCOOKIES
> controls
> > whether or not CF will try to set the cfid and cftoken as a cookie on
> the
> > client. If cookies are not set then you need to track client
> variables by
> > appending cfid and cftoken to urls as they are passed. See CFWACK ch.
> 27
> >
> > Hope that helps!
> >
> > ant
> >
> > -----Original Message-----
> > From: GE [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 22, 2000 3:00 PM
> > To: cf-talk
> > Subject: SETCLIENTCOOKIES="No"
> >
> > Hello,
> >
> > Does anyone know the answer to this?
> >
> > I inserted the line: SETCLIENTCOOKIES="No" in the application tag of a
> > file. In other pages (same directory) I actually set cookies and
> > information in them. After checking my browers locations & cookies
> > files, I see that cookies were actually set.
> >
> > What does SETCLIENTCOOKIES="No" do ? Is this to prevent CF from
> setting
> > it's own cookies ? In other words outside of the code that I write in
> > templates?
> >
> > Thanks ! Any help would be appreciated.
> > Nelson
> >
> >
> ------------------------------------------------------------------------
> ----
> > --
> > 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_01BFC442.A97477F2
> > 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: SETCLIENTCOOKIES=3D"No"</TITLE>
> > </HEAD>
> > <BODY>
> >
> > <P><FONT SIZE=3D2>My understanding (I know someone will correct me if
> =
> > I'm wrong!) is that when using client variables, CF first tries to set
> =
> > a cookie with cfid and cftoken on the machine for state-keeping =
> > reasons. If a cookie cannot be set, the cfid and cftoken are set
> =
> > in the registry or in an odbc datasource, depending on your =
> > specifications in the administrator. SETCLIENTCOOKIES controls =
> > whether or not CF will try to set the cfid and cftoken as a cookie on
> =
> > the client. If cookies are not set then you need to track client
> =
> > variables by appending cfid and cftoken to urls as they are =
> > passed. See CFWACK ch. 27</FONT></P>
> >
> > <P><FONT SIZE=3D2>Hope that helps!</FONT>
> > </P>
> >
> > <P><FONT SIZE=3D2>ant</FONT>
> > </P>
> >
> > <P><FONT SIZE=3D2>-----Original Message-----</FONT>
> > <BR><FONT SIZE=3D2>From: GE [<A =
> >
> HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FON
> =
> > T>
> > <BR><FONT SIZE=3D2>Sent: Monday, May 22, 2000 3:00 PM</FONT>
> > <BR><FONT SIZE=3D2>To: cf-talk</FONT>
> > <BR><FONT SIZE=3D2>Subject: SETCLIENTCOOKIES=3D"No"</FONT>
> > </P>
> > <BR>
> >
> > <P><FONT SIZE=3D2>Hello,</FONT>
> > </P>
> >
> > <P><FONT SIZE=3D2>Does anyone know the answer to this?</FONT>
> > </P>
> >
> > <P><FONT SIZE=3D2>I inserted the line: =
> > SETCLIENTCOOKIES=3D"No" in the application tag of a</FONT>
> > <BR><FONT SIZE=3D2>file. In other pages (same directory) I actually
> set =
> > cookies and</FONT>
> > <BR><FONT SIZE=3D2>information in them. After checking my browers =
> > locations & cookies</FONT>
> > <BR><FONT SIZE=3D2>files, I see that cookies were actually set.</FONT>
> > </P>
> >
> > <P><FONT SIZE=3D2>What does SETCLIENTCOOKIES=3D"No" do ? Is
> =
> > this to prevent CF from setting</FONT>
> > <BR><FONT SIZE=3D2>it's own cookies ? In other words outside of the =
> > code that I write in</FONT>
> > <BR><FONT SIZE=3D2>templates?</FONT>
> > </P>
> >
> > <P><FONT SIZE=3D2>Thanks ! Any help would be appreciated.</FONT>
> > <BR><FONT SIZE=3D2>Nelson</FONT>
> > </P>
> >
> > <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_01BFC442.A97477F2--
> >
> ------------------------------------------------------------------------
> ------
> > 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.
>
> ------------------------------------------------------------------------
> ------
> 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.
>
------------------------------------------------------------------------------
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.