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`