diff --git a/README.rdoc b/README.rdoc index 3db848f1..3fc30272 100644 --- a/README.rdoc +++ b/README.rdoc @@ -668,7 +668,7 @@ Note that enable :sessions 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 enable :sessions, 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