# WGETCOOKIE
Updated: 1/18/2021, 4:08:04 PM
Created: 1/18/2021, 4:08:04 PM
Last Updated By: Mike Street
Read Time: 1 minute(s)
The WGETCOOKIE
subroutine retrieves cookies sent in the web request.
# WGETCOOKIE Syntax
CALL WGETCOOKIE(COOKIEVALUE,COOKIENAME)
1
# Syntax Elements
Parameter | Description |
---|---|
COOKIEVALUE | Returns the value of the cookie |
COOKIENAME | The name of the cookie you wish to retrieve. |
# WGETCOOKIE Example
CALL WGETCOOKIE(TOKEN,"Token")
1