Work items: 30630

This commit is contained in:
hartvig
2012-01-06 08:06:57 -01:00
parent eb19283673
commit c9160dfdda

View File

@@ -92,6 +92,8 @@ namespace umbraco
break;
case "%":
attributeValue = StateHelper.GetSessionValue<string>(keyName);
if (String.IsNullOrEmpty(attributeValue))
attributeValue = StateHelper.GetCookieValue(keyName);
break;
case "#":
if (pageElements[keyName] != null)