Sha256: d34ad6b2e7c9df80ed012463c792f2bd5dd6e1572d3f0b981afe763d7cee7416
Contents?: true
Size: 648 Bytes
Versions: 11
Compression:
Stored size: 648 Bytes
Contents
= Configuration parameters This file presents a complete list of Nitro Configuration Parameters. INFO: To browse a documented listing of an application's settings point your browser to: http://www.myapp.com/settings. === 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)
Version data entries
11 entries across 11 versions & 1 rubygems