mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
wording
This commit is contained in:
parent
21bc6271d5
commit
9eb0dfe7dd
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ Note that <tt>enable :sessions</tt> actually stores all data in a cookie. This
|
|||
might not always be what you want (storing lots of data will increase your
|
||||
traffic, for instance). You can use any Rack session middleware: in order to
|
||||
do so, do *not* call <tt>enable :sessions</tt>, but instead pull in your
|
||||
middleware of choice how you would any other middleware:
|
||||
middleware of choice as you would any other middleware:
|
||||
|
||||
use Rack::Session::Pool, :expire_after => 2592000
|
||||
|
||||
|
|
Loading…
Reference in a new issue