Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > How do I save a cookie in Ruby?

Reply
Thread Tools

How do I save a cookie in Ruby?

 
 
zoat
Guest
Posts: n/a
 
      07-19-2007
Please anybody knows how do I save a cookie in Ruby?

 
Reply With Quote
 
 
 
 
Kyle Schmitt
Guest
Posts: n/a
 
      07-19-2007
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 <> wrote:
> Please anybody knows how do I save a cookie in Ruby?
>
>
>


 
Reply With Quote
 
 
 
 
John Joyce
Guest
Posts: n/a
 
      07-19-2007

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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Cookie Question (IP as domain and cookie file location) =?Utf-8?B?UGF1bA==?= ASP .Net 1 01-10-2006 08:37 PM
Any downsides to cookie assignment inside custom class using HttpContext.Current? ASP.NET 2.0 cookie fix? ASP .Net 2 08-17-2005 06:43 AM
Cookie and Session Cookie Questions. Shapper ASP .Net 1 04-27-2005 11:20 AM
Session cookie? Browser instance cookie? Ben ASP .Net 3 06-03-2004 03:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57