setdomaincookies allows you to track client variables across domains.  With
normal client tracking, if a vistor accesses http://mydomain.com/index.cfm
and then clicks a link to http://mysubdomain.mydomain.com/index.cf he will
appear as two separate clients.  If you have setdomaincookies on, then he
will appear as a single client.  This only matters if you're using cookies
for session tracking, rather than appending to URLs, because it's in the way
cookies are implemented.

barneyb

> -----Original Message-----
> From: Ryan [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 26, 2003 10:13 AM
> To: CF-Talk
> Subject: Re: Clustered Session Vars
>
>
> So, what is setdomaincookies for?  Did I just confused about it or is it
> just nonfunctional?
>
> ----- Original Message -----
> From: "Bill Wheatley" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, February 26, 2003 12:06 PM
> Subject: Re: Clustered Session Vars
>
>
> > But you should really switch to client vars stored in a db if
> you can help
> > it at all you'll solve alot of your problems for clustercats.
> > Except in the situations where you have too much data for a
> client var to
> > handle but most things you should be ok.
> >
> >
> > ----- Original Message -----
> > From: "Dave Watts" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 26, 2003 1:05 PM
> > Subject: RE: Clustered Session Vars
> >
> >
> > > Well, we have a cluster of 3 servers, all of which are being
> > > looked after by ClusterCats.  The cfapplication tags in the
> > > Application.cfm on each server has the setdomaincookies
> > > variable set to "yes", but session vars do not appear to be
> > > working across the cluster.  Is there something else that
> > > must be done to accomplish this?
> >
> > In CF 5 and earlier, Session variables can not "work across the
> cluster".
> If
> > you want to use Session variables in a clustered environment,
> you'll have
> to
> > configure your cluster to use "sticky sessions", which will direct a new
> > user to the least-busy server, but will then redirect all subsequent
> > requests from that user to the same server.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> > voice: (202) 797-5496
> > fax: (202) 797-5444
> >
> >
> >
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to