[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How do I save a cookie in Ruby?

zoat

7/19/2007 2:03:00 PM

Please anybody knows how do I save a cookie in Ruby?

2 Answers

Kyle Schmitt

7/19/2007 2:18:00 PM

0

Define cookie, define how you'll be retrieving it, etc. Otherwise any
answer you'll get is guesswork :)

Via watir? Net::HTTP?

On 7/19/07, zoat <enogrob@gmail.com> wrote:
> Please anybody knows how do I save a cookie in Ruby?
>
>
>

John Joyce

7/19/2007 2:22:00 PM

0


On Jul 19, 2007, at 9:05 AM, zoat wrote:

> Please anybody knows how do I save a cookie in Ruby?
>
>
def save_cookie(cookie)
if cookie_monster
cookie.hide
end
end