There's no such thing as a server side cookie (cookies are, by definition, client-side storage). And if there were, it would not help you track users. If you are trying to assign a unique ID to a user, use the setcookie() function, which is documented and extensively discussed in the manual:
http://www.php.net/manual/en/function.setcookie.php