View Single Post
  #3 (permalink)  
Old 07-02-2008, 10:42 AM
lspnet lspnet is offline
Junior Member
 
Join Date: Jul 2008
Posts: 3
Default

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.
Reply With Quote