[Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
RE: Problems with WebNOCOL... help!
|
> >I was able to make it work reliably by changing the format of the > >HTTP-Cookie. If there's interest, I will post a patch tomorrow. Running diff against my version of webnocol.cgi was entertaining, but not helpful. Here's the line I had to change: $cookiehdr = "Set-Cookie: $newcookie; domain=<put hostname here>; path=/cgi-bin/webnocol.cgi"; Even this isn't strictly correct AFAICT. My reading of the cookie specs leads me to believe that the cookie itself should be whitespace-separated key=value pairs. In any case, the above change made it work reliably. Kelly |