Re: Cookies [not spam]

At 18:14 19/07/1999 -0700, Raffaele Sena wrote:
>I made a few small changes to the cookie support
>(mainly one change and a couple of utily function added).
>
>First of all, I added a new CookieMode: HT_COOKIE_SAME_DOMAIN. It works
>like HT_COOKIE_SAME_HOST but only checks for the terminal part of the
>hostname (possibly the domain name).
>
>This allows to accept/send cookies to all the hosts in the same domain,
>since many sites now split their content on multiple hosts.
>
>Also I added a couple of new string utilities: tailcomp and tailcasecomp.
>They act like strcmp and strcasecmp but check the first strings against
>the end of the second string. This allows "domain comparison" as described
>in the cookie specs.

I think that looks fine - feel free to check it in.

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Friday, 23 July 1999 09:13:38 UTC