When to use $_COOKIE, $_SERVER and $_ENV in Server Connect?

Hi, I was not able to find documentation on $_COOKIE, $_SERVER and $_ENV, where can I know more what they do? I am using Node.JS. Thanks!

Create an API with the following so you can see the values currently set. Run that API in a browser.

5 Likes

WoW! That’s very interesting, thanks loads!
$_SERVER

$_ENV

$_SESSION
image

$_COOKIE
image

Teaching the man how to fish, very nice!

3 Likes