I have added an additional layout that I can select by using the "Customize" menu. If I want to permanently select this layout for all users, besides removing the menu link or adding security around it, would adding this line in environment.cfm be all that is required?
 
Application.CookieAPI.SetCookie("LayoutName", "myNewLayout", true);
 
Dan

Reply via email to