Most of it does. It only sends this cookie to the client as a means of identification.
Makes sense when you think about it.. How else would the server know who's session data to grab from the server when someone makes a request? Needs some form of identification..
Thats why sessions won't work if cookies (or per-session cookies) are disabled on the browser.
Cheers,
Andrew