show / hide menu

GetCookie 

This function retrieves the value of a cookie based on the name given.

Syntax:
GetCookie(CookieName)
where
CookieName refers to the name of the cookie from which the value should be retrieved.”. 

Example:
GetCookie(__RequestVerificationToken_L0FwcFNpdGU1) 

You can get the value of the cookie corresponding to the cookie name.