饼干坚持在野生动物园而不是铬

时间:2014-06-13 20:06:20

标签: ruby-on-rails

这目前只发生在Chrome上。每次刷新页面时,它似乎都在更新。

Rails 4.1

之前

cookies[:thing] = {:value => "hello", :expires => 1.year.from_now}

p cookies[:thing]
"hello"

刷新后

p cookies[:thing]
nil

0 个答案:

没有答案