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 中明确设置会话过期时间,那么默认过期时间是多少?
Sinatra 会话来自 Rack::Session;所以开箱即用它默认为无过期。要覆盖,您可以执行以下操作。
set :sessions, :expire_after => 2592000