Session names should be unique, and sessions created with `POST /sessions?name=xxx` should **overwrite** the previous session with the same name. Maybe the `POST /sessions?name=xxx` should be replaced with a `PUT /sessions?name=xxx`
Session names should be unique, and sessions created with
POST /sessions?name=xxxshould overwrite the previous session with the same name.Maybe the
POST /sessions?name=xxxshould be replaced with aPUT /sessions?name=xxx