Yes I am completely familiar with the fundamentals of HTTP. I am also plenty familiar with what a cookie is and how it is transmitted. My question is not about how HTTP works and how/why it is stateless.
I am simply concerned with the details of the PHP session directly, and how it differs from using a cookie manually, since PHP sessions are supposedly poor candiates for session tracking on larger-scale web apps.
|