Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: SV: Re: SV: Persistent connections and "stateless" and HTTP 1.1


Message #1 by "Datatal AB - Gauffin, Jonas" <jonas@d...> on Thu, 14 Nov 2002 17:48:46 +0100
Datatal AB - Gauffin, Jonas wrote:

>The data is always stored on the local machine it's never sent to the client machine. If cookies are used, only the sessionid is
stored in it.
>
>  
>
Partly true, the session data doesn't have to be stored on the local 
machine, you can define custom session handlers to store the data in a 
RDBMS for example.  It's just stored in local temp files by default.


  Return to Index