We can use session in our web service simply by adding one attribute
In the web method section we need to add just enablesession=true;
here is systax
[webmethod(EnabledSession=true)]
my webmethod
{
}
enjoy coding..
In the web method section we need to add just enablesession=true;
here is systax
[webmethod(EnabledSession=true)]
my webmethod
{
}
enjoy coding..
No comments:
Post a Comment
Thanks for your valuable comments