Add better toString implementations to Session classes
Description
Whenever something goes wrong with a Session instance, the session is often logged. The {{toString}} of some sessions is missing, or does not provide to much helpful information, leading to log lines like this:
Whenever something goes wrong with a Session instance, the session is often logged. The {{toString}} of some sessions is missing, or does not provide to much helpful information, leading to log lines like this:
More context can be provided easily, by exposing that through to the
toString
method.