Fixes: U4-3855 Preview cookie should be a session cookie not persisted
This commit is contained in:
@@ -309,7 +309,7 @@ namespace Umbraco.Core.Configuration
|
||||
{
|
||||
return value;
|
||||
}
|
||||
return "UMB_UCONTEXT";
|
||||
return Constants.Web.AuthCookieName;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user