Description
Adds session management support for Rack applications, letting Ruby web apps persist user state between HTTP requests. It is useful for login state, preferences, flash messages, and other short-lived web session data.
Sessions are security-sensitive. Configure cookie flags, expiration, signing or encryption, secret rotation, and storage limits before using them with real users.