From: "Jesús Gabriel y Galán" Date: 2010-09-04T04:43:07+09:00 Subject: Re: Read cookie 2010/9/3 Jesús Gabriel y Galán : > 2010/9/3 Pål Bergström : >> I do get a cookie. A session cookie. But how do I get a particular >> cookie? > > The cookies method returns an array of cookies, you will have to > search for the particular one inside that array: try Array#find method > or such. That should read Enumerable#find Jesus.