Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: SV: 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:52:52 +0100
Also note that sessionid is only appended to relative urls (not urls 
that start with http://)

-----Ursprungligt meddelande-----
Fr=E5n: Datatal AB - Gauffin, Jonas
Skickat: den 14 november 2002 17:49
Till: professional php
=C4mne: [pro_php] SV: Re: SV: Persistent connections and "stateless" and 
HTTP 1.1


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.

If you want the sessionid to automaticly be appended to the querystring, 
you must set "enable-trans-sid" to 1 in php.ini.

-----Ursprungligt meddelande-----
Fr=E5n: Adam Lang [mailto:aalang@r...]
Skickat: den 14 november 2002 17:30
Till: professional php
=C4mne: [pro_php] Re: SV: Persistent connections and "stateless" and 
HTTP 1.1


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=E5n: Adam Lang [mailto:aalang@r...]
> Skickat: den 14 november 2002 17:19
> Till: professional php
> =C4mne: [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/sampl
epc
> /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