Hi
Thank you for reading my post
I have a question about stateful web services, What is use of them?
for example can we call several web method of a web service (statefull )
and expect all objects which we create in those methods to stay valid
until we dispose the statefull service?
Thanks