View Single Post
  #11 (permalink)  
Old 03-03-03, 18:41
Bunce Bunce is offline
Registered User
 
Join Date: Jul 2002
Location: Australia
Posts: 147
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
__________________
There have been many posts made throughout the world.
This was one of them.
Reply With Quote