GetCookieValue

Overview

Retrieves information from specified cookies

Syntax

GetCookieValue(1)

Function Properties

Ordinal Type Description
1 string Required Name of cookie

Example

<script runat=server>
     var cookie = Platform.Request.GetCookieValue('cookieName');
</script>
Last Updated: Jun 8, 2021