Might need more information. If you are looking to store multiple values
(e.g., an array) you could convert it to a string for the value of the
cookie:
cookies[:somename] = some_array.join(":")
...
some_array = cookies[:somename].split(":")
On Fri, Nov 13, 2009 at 3:51 AM, Cookie Rails <
[email protected]> wrote:
>
>
> Hello.I want to create a cookie with multiple values and call them
> individually. How it works?
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
--
Darian Shimy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---