From: Mario Ruiz Date: 2011-03-08T22:08:56+09:00 Subject: adding cookies net/http Hi, when I call different pages I get on response ["set-cookie"] so i need to add the new cookies to my http connection by doing: headers={'Cookie'=>resp.response["set-cookie"]} and then when I call post or get methods pass my headers But when I give the new cookies I think I'm missing the old ones, how can I keep all cookies on my connection? Thanks -- Posted via http://www.ruby-forum.com/.