Sha256: d519bbaeea17ac5362956e51d1d1cbf4d2819337207229022ff7ae83dc80b79b
Contents?: true
Size: 909 Bytes
Versions: 7
Compression:
Stored size: 909 Bytes
Contents
== 2.0 The format of the global session cookie has been reinvented; it now uses msgpack and delegates all crypto to RightSupport::Crypto::SignedHash. Together with a few other optimizations, the size of the cookie has shrunk by about 30%. The gem remains capable of reading and writing V1 format cookies, but all new cookies are created with the V2 format. The "integrated" feature is no longer supported for the Rails integration layer; global session attributes must always be accessed separately from local session attributes, through the #global_session reader method that is mixed into ActionController::Base. == 1.0 Mostly interface-compatible with 0.9. == 0.9 Rack middleware implementation is feature-complete and has major spec coverage. Rails integration is untested and may contain bugs. === 0.9.0 (2010-12-22) * Initial commit ported from 'rack' branch of old has_global_session project
Version data entries
7 entries across 7 versions & 1 rubygems