From: Matt Lawrence Date: 2003-02-07T08:18:47+09:00 Subject: Re: How to handle multiple "set-cookie" headers On Thu, 6 Feb 2003, Albert Chou wrote: > You could .split() the string that's in that entry. I actually did some > more serious modification of Net::HTTP for other purposes, but I don't > think I did anything special to deal with multiple Set-Cookie headers, > because I wasn't really concerned with them. The problem is figuring out exactly where to split the entry. There are the "path=" and "expires" tags mixed in. -- Matt