From: Matt Lawrence Date: 2003-02-05T06:21:32+09:00 Subject: How to handle multiple "set-cookie" headers I'm trying to write an automated web tool that will fetch data for me. The site I'm getting data from returns multiple "set-cookie" headers which are then appended into a single hash entry. How do I split the various cookies back up? This is using 1.6.7 and net/http. Thanks, Matt Lawrence