Sha256: 8fe6bd4485d4e92971e883c3e0f68460a3dce046e01fecd51754559717c9259b
Contents?: true
Size: 296 Bytes
Versions: 11
Compression:
Stored size: 296 Bytes
Contents
module Jpmobile module MemCacheStoreRegenerateSessionId def destroy_session(env, session_id, options) super(env, session_id, options) session_id || generate_sid end end end ActionDispatch::Session::MemCacheStore.send :prepend, Jpmobile::MemCacheStoreRegenerateSessionId
Version data entries
11 entries across 11 versions & 1 rubygems