No, I am talking about our actual site, not cfadmin. That works fine from home or work. My cfapplication tag looks like this:
<cfapplication name="Snowline_Joint_Unified_School_District" clientmanagement="yes" sessionmanagement="yes" setclientcookies="yes" setdomaincookies="no" scriptprotect="all" loginstorage="cookie"> So my login storage is in the cookie, and I am not setting domain cookies, it is all stored on the client machine. Bruce Gaulin, Mark wrote: > Are you talking about the ColdFusion site admin? I'm not recalling a > rich text editor, so I'm wondering if there is some other authoring > admin tool in play here. (Is /cfide in the url?) > > A random idea that might have no relevance whatsoever: check your > browser cookies... Do you have a login-type cookie that is for one host > only, or are the cookies set at the domain level? (If you have an old > cookie at the host level it could prevent a new, domain level one from > being set; it could be that one computer (work) is set up with domain > level cookies but the other isn't.) cfapplication has a "use domain > cookies" option that affects of the cfid and cftoken cookies are set. > > Thanks > Mark > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293248 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

