On 8/7/07, Dave Hatz <[EMAIL PROTECTED]> wrote: > > I am not even sure "site masking" is the correct term, but let me see if I > can explain what is happening. I have a client with a URL like this > http://www.mywebsite.com/clientname but he doesn't like that name, so he > goes out to GoDaddy.com and gets a new site, > http://www.clientswebsite.com/ which points to http://www.mywebsite.com. > > We are using CF7.02 for this site. We set some session variables on the > home page and the client navigates through the site. All works fine if he > hits our site 1st, but if he hits the site using the masked named, the > session variables are getting dropped and the site is fubar. > > Hopefully I have explained the problem well enough. Can someone clue me > in on what is happening when the site is coming from GoDaddy's domain name? > > Thanks, > Dave Hatz
Yeah, you might want to look into a browser header sniffer to see what is being sent behind the scenes, I would expect masking is not all what it is hopped up to be. You could even use IIS host headers to point all of these clients domain names to your current website and then handle the session variables normally. I would go this route, point all of the additional A records to this one website. Not sure how apache handles it but it can't be far off. Godaddy can't even get a 301 redirect correct. it's a 302 to a 301. Casey ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285652 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

