From c9160dfddaeffd2fe4f909b54e84a09947e660ae Mon Sep 17 00:00:00 2001 From: hartvig Date: Fri, 6 Jan 2012 08:06:57 -0100 Subject: [PATCH] Work items: 30630 --- umbraco/presentation/helper.cs | 2 ++ 1 file changed, 2 insertions(+) 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)