Session constructor

Session(
  1. dynamic url
)

Implementation

Session(url)
{
  this.url=url;
}