I only manually set one cookie on my social network site, but I rely heavily on php sessions. I am wondering if sessions set any cookies behind the scenes?
I was jus
PHP sessions can use cookies depending on how you configure them. Have a look at these settings:
If you disable session cookies, a GET parameter is used instead.