That cookie example on http://www.basicrocks.com/cgi_part3.htm ...
It says "Cookies are passed to the CGI application in the programs enviroment table...." however..
The example at first shows how it should be sent, maybe it would be nice to parse the headers sent instead?
Reason is that IIS is actually parsing the headers and places it in the environment for you.
I think it would make things slightly more understandable since the headers are often a forgotten thing and spy programs can reveil so much but often are not used.
I mean, one can really learn from using an MSIE connecting and spying what headers are sent and received.
It says me more how things work than 'pre-chewed' things like the environment variables (which still needs to be described of course).
It says "Cookies are passed to the CGI application in the programs enviroment table...." however..
The example at first shows how it should be sent, maybe it would be nice to parse the headers sent instead?
Reason is that IIS is actually parsing the headers and places it in the environment for you.
I think it would make things slightly more understandable since the headers are often a forgotten thing and spy programs can reveil so much but often are not used.
I mean, one can really learn from using an MSIE connecting and spying what headers are sent and received.
It says me more how things work than 'pre-chewed' things like the environment variables (which still needs to be described of course).

Comment