Hello,

We are set to start using a Content Delivery Network shortly.  For those not 
familiar, the idea is that when someone requests www.mysite.com, the CDN 
intercepts that request, and either sends back cached content if it has it, 
or goes to origin.mysite.com to retrieve fresh content.

Because of this, I believe I need to set setDomainCookies=true in 
Application.cfc so that the sessions are maintained whether the request is 
from origin.mysite.com or www.mysite.com.

1)  Is this correct?  I mean when the CDN sends the request to 
origin.mysite.com for fresh content, CF will try to set cookies for 
origin.mysite.com, yes?

2) If I do this change to setDomainCookies=true, will it kill all the 
current sessions on the server?

-- Josh 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310305
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to