View Single Post
  #2 (permalink)  
Old 07-02-2008, 09:59 AM
xorock xorock is offline
Junior Member
 
Join Date: Mar 2008
Posts: 15
Default

To fully understand problem You should read more about http protocol - request, response, headers (try also livehttpheaders extension). It's stateless so each command is executed independently. There is no way to identify one client (You can's use IP address - proxies, lan or MAC - different layer of OSI model), so You need to add identifier directly to connection.
Reply With Quote