GetCookieValue

Overview 

Retrieves information from specified cookies

Syntax 

GetCookieValue(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredName of cookie

Example 

1<script runat=server>
2     var cookie = Platform.Request.GetCookieValue('cookieName');
3</script>