Fixes: U4-3855 Preview cookie should be a session cookie not persisted

This commit is contained in:
Shannon
2014-01-16 20:47:13 +11:00
parent 949861a890
commit c38030def2
6 changed files with 61 additions and 23 deletions

View File

@@ -309,7 +309,7 @@ namespace Umbraco.Core.Configuration
{
return value;
}
return "UMB_UCONTEXT";
return Constants.Web.AuthCookieName;
}
}