Rack::State is middleware that securely stores and manages object state. It is similar to Rack::Session, but provides state management for multiple objects with independent control of the visibility, security, and storage of each object's state. Applications use the Manager API to _set_, _get_, and _delete_ state of any object that requires persistence in a stateless environment.
Required Ruby Version
>= 1.9.2
Authors
Clint Pachl