Hello all, I had some problems with setting and getting array from cookie in controller. I concluded that cookies[] would get just a first value if a cookie is array, while request.cookies[] would get whole array: cookies[:arr_cookie] [1,2] cookies[:arr_cookie] #1 request.cookies[:arr_cookie] = #[1,2] Is this normal behaviour and if it is, can anyone explain what are reasons for that (performance?, simplicity?) best regards, Bojan -- Bojan Mihelac -> Ruby on Rails and Web Developer Blog : source.mihelac.org --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---