diff --git a/umbraco/presentation/helper.cs b/umbraco/presentation/helper.cs index 6cd4cbc824..14bc059a53 100644 --- a/umbraco/presentation/helper.cs +++ b/umbraco/presentation/helper.cs @@ -92,6 +92,8 @@ namespace umbraco break; case "%": attributeValue = StateHelper.GetSessionValue(keyName); + if (String.IsNullOrEmpty(attributeValue)) + attributeValue = StateHelper.GetCookieValue(keyName); break; case "#": if (pageElements[keyName] != null)