Session constructor

Session(
  1. dynamic url
)

Implementation

Session(url) {
  _token = Token(url);
}