Wrox Home  
Search P2P Archive for: Go

  Return to Index  

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


Message #1 by "Datatal AB - Gauffin, Jonas" <jonas@d...> on Thu, 14 Nov 2002 17:33:27 +0100
That's right.  It serializes the data, correct?

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Datatal AB - Gauffin, Jonas" <jonas@d...>
To: "professional php" <pro_php@p...>
Sent: Thursday, November 14, 2002 11:33 AM
Subject: [pro_php] SV: Persistent connections and "stateless" and HTTP 1.1


> PHP stores the sessionid in the querystring if you do not use cookies.
> I don't think that there are any support for persistent connections yet.
>
> -----Ursprungligt meddelande-----
> Från: Adam Lang [mailto:aalang@r...]
> Skickat: den 14 november 2002 17:19
> Till: professional php
> Ämne: [pro_php] Persistent connections and "stateless" and HTTP 1.1
>
>
> Ok, this is pretty stupid question, but for some reason I am not thinking
> correctly.
>
> On a midrange list we got into a discussion about HTTP and the whole
> stateless thing.
>
> Well, after a bit we got into HTTP1.1 and the inclusion of persistent
> connections for HTTP requests.
>
> Well, then it delved into IBM has a CGI implementation for persistent
> connections within an HTML/CGI application.
>
>
http://www-1.ibm.com/servers/eserver/iseries/software/http/examples/samplepc
> /persistc.txt
>
> Exactly how does PHP handle its native sessions if you do it without
> cookies?
>
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company
> http://www.rutgersinsurance.com
>
>
>
>


  Return to Index