I realized I has ClientCookies="yes"

Neil

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 11:17 AM
Subject: Re: Client Variables and CFlocation


> It shouldn't be doing this.  If you're storing client variables in
> the
>
> DB, you can set client vars all you want and then cflocate.  I do it
>
> all the time.
>
> >  Yes, this is common behavior.  You see, there is no state
>
> > management on
>
> > the web.  There is no correlation between page requests.  The
>
> > server can't
>
> > tell one request from the other.
> >
>
> >  To overcome this, ColdFusion creates some values: CFID and
>
> > CFTOKEN.  (If
>
> > you are using clustered servers, I believe it also uses a third
>
> > cookie
>
> > called CFMAGIC if you set domain cookies ).
> >
>
> >  The values must be available on every page request to keep track
>
> > of
>
> > session and client variables.  Without the cookies, ColdFusion
>
> > can't align
>
> > the client variables in your client variable database with the
>
> > current
>
> > user.  You can either make the CFID / CFTOKEN values available by
>
> > setting
>
> > cookies (Which is the preferred method) or passing them in the
>
> > URL.  Passing them in the URL can be a pain, although it is the
>
> > only way to
>
> > go if you want to avoid using cookies.
> >
>
> >
>
> > --
> > Jeffry Houser | mailto:[EMAIL PROTECTED]
> > AIM: Reboog711  | ICQ: 5246969 | Fax / Phone: 860-223-7946
> > --
> > Need a Web Developer?  Contact me!
> > My Book: Instant ColdFusion 5  | http://www.instantcoldfusion
> com
> > My New Book: ColdFusion: A Beginner's Guide February 2002
> > --
> > Far Cry Fly, Alternative Folk Rock
> > http://www.farcryfly.com | http://www.mp3.com/FarCryFly
>
> > _______________________
> _________________________
> ______________________
> > Dedicated Windows 2000 Server
> >  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
> >  Instant Activation · $99/Month · Free Setup
> >  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
>
> > FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion
> com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sideb
> ar=lists
> >
> 
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to