Re: Cookie question

Orjan Reinholdsen writes:
 > Hello again!!
 > 
 > I have to correct myself here. My problem with the cookies seem to 
 > have been that I did not know that the cookie name (e.g. SID=1234)
 > was case-insensitive. So what I did was sending out a Set-Cookie 
 > header with a cookie name set to 'SID' and expecting to use the same 
 > name when looking up in subsequent request to find the cookie. NOT
 > SO!!
 > 
 > My recommondation: USE LOWER CASE (since I belive that Jigsaw 
 > transforms all cookie names to lower case)

I'll make sure Jigsaw converts names to lower case, and use
appropriate comparison methods. Thanks !

Anselm.

Received on Thursday, 23 January 1997 05:12:45 UTC