class Rack::Session::Abstract::PersistedSecure::SecureSessionHash

def [](key)

def [](key)
  if key == "session_id"
    load_for_read!
    id.public_id if id
  else
    super
  end
end