webservice.CookieContainer= new CookieContainer();
Cookie cookclone=new Cookie("ASP.NET_SessionId","zjnw4muaow0fwy55cthpvd55");
webservice.CookieContainer.Add(new Uri("http://localhost"),cookclone);
this.label1.Text=webservice.increase().ToString();