lib/roda/plugins/sessions.rb in roda-3.73.0 vs lib/roda/plugins/sessions.rb in roda-3.74.0
- old
+ new
@@ -38,10 +38,11 @@
# reset whenever the session is empty when serialized and also whenever +clear_session+
# is called while processing the request.
#
# Session secrets can be rotated. See options below.
#
- # The sessions plugin can transparently upgrade sessions from Rack::Session::Cookie
+ # The sessions plugin can transparently upgrade sessions from versions of Rack::Session::Cookie
+ # shipped with Rack before Rack 3,
# if the default Rack::Session::Cookie coder and HMAC are used, see options below.
# It is recommended to only enable transparent upgrades for a brief transition period,
# and remove support for them once old sessions have converted or timed out.
#
# If the final cookie is too large (>=4096 bytes), a Roda::RodaPlugins::Sessions::CookieTooLarge