Hi,
I have 2 sites within 1 Kentico shared installation.I have 1 user that needs access to both sites and can log into each site separately but always need to enter their username and password to each site.Q. - How can I get user_x to navigate from 1 kentico site (via a asp:button) to the other without entering the username and password ?protected void btn_othersite_click(object sender, EventArgs e)
{
Response.Redirect(RS_URL);
}RS_URL = secure home page of site2It should be possible as global administrator accounts can bounce between both sites without typing username @ password to access the site.Thanks for any direction you can give.
Dave
↧