Sha256: 3441eef0985e10784e9f8d00ba7ca1f020d3ad80b242423d519fae9c1afa9e79
Contents?: true
Size: 519 Bytes
Versions: 11
Compression:
Stored size: 519 Bytes
Contents
= 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)
Version data entries
11 entries across 11 versions & 1 rubygems