Hyphens and Cookies
I need to validate a cookie when a site redirects to my app. The cookie name has a hyphen (-) in it. When I say isDefined("cookie.abcd-name") I get an error saying cookie.abcd-name is not a syntactically valid variable name.
Am I not allowed to use these types of names? I don't really get to pick the name of the cookie that's being passed to me.
Thank you!
