Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用Sinatra:Contrib gem 来设置 cookie。
cookies[:something] = 'foobar'
但在萤火虫中,我看到它只在会话结束之前有效。
如何手动设置 cookie 的到期日期?