class ActionDispatch::Request::Session
def [](key)
Returns value of the key stored in the session or
def [](key) load_for_read! key = key.to_s if key == "session_id" id&.public_id else @delegate[key] end end
def [](key) load_for_read! key = key.to_s if key == "session_id" id&.public_id else @delegate[key] end end