= Configuration parameters This file presents a complete list of Nitro Configuration Parameters. === Session.store_type = :memory Selects the mechanism employed for storing the sessions. Available values are: [+:memory+] This is the default mechanism, sessions are stored in memory. Only useful in multithreaded environments like WEBrick. [+:drb+] Distributed Sessions using DRb. An independed DRb server stores the sessions. In the future there will be more options available (:memcache, :filesys, :db)