sinatra 的 session 最大只有 4K,稍微多放点数据就报错了怎么办?
What is the maximum size of a web browser's cookie's key? http://stackoverflow.com/questions/640938/what-is-the-maximum-size-of-a-web-browsers-cookies-key
浏览器允许的 cookie 大多在 4k 以内。
放在数据库
如果要客户端缓存可以用 local storage https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage#localStorage