diff --git a/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs b/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs index a5b4cb3202b..d70f93a29cb 100644 --- a/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs +++ b/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs @@ -30,8 +30,8 @@ public class FriendlyUrlController private const string DisableMobileRedirectQueryStringName = "nomo"; // google uses the same name nomo=1 means do not redirect to mobile - private const string MobileViewSiteCookieName = "dnn_IsMobile"; - private const string DisableMobileViewCookieName = "dnn_NoMobile"; + private const string MobileViewSiteCookieName = "app_IsMobile"; + private const string DisableMobileViewCookieName = "app_NoMobile"; public static FriendlyUrlSettings GetCurrentSettings(int portalId) {