|
Q. I have two websites that have differently named domains: www.economics101.com and www.economicsToday.com. How do I get a single logon, that permits the browser to go to both domains, but doesn't popup a second login dialog when I go to the second domain?
A.
One way to do this is to protect by referrer, with failover.
See the dialog here:
This will allow links from one domain to the other, while checking permissions on both. This will work for two or more domains. An alternative method (useful if you have different groups with overlapping sets of users permitted to the different domains' protected areas) is the following:
Set the protect by referrer to protect anyone that is referred from the
-existing- site, then any links on the other should link with the
following:
Use
|
|