Logon cookie and multiple sub domains

We have set up a client with multiple sub domains (www.xyz.org, sub1.xyz.org, sub2.xyz.org, etc).  Each site was built with WCM and hosted on the same server, each virtual directory points to the same physical folder using the same web.config.  When we move from one sub domain to the next, we look Logon.  It's a real pain for editing content.  I have had TS involved and they can set up a similar environment and as long as they have <httpCookies domain="xyz.org" /> in the web.config, they are fine.  That makes no difference for us.  Any ideas on what we might be missing?  Thanks!

 

Steve Russell

Graphic Images, Denver, CO

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

master page too

We fixed this for one client, but we had to add it three places (if I remember correctly):

* web.config
* multiple master pages
* one of the js scripts which was manipulating cookies directly

--
Bruce Wilson
Director, Technical Services
RSM McGladrey, Inc.

Hey Bruce, I have a dumb

Hey Bruce,

I have a dumb question:  Where in the master page do you add this?