xxx.rb
cookies[:hoge] ||= {
:value => rand(10**60).to_s,
:expires => 3.years.from_now,
:path => "/"
}