Click here to Skip to main content
15,746,248 members
Articles / Programming Languages / C++

Tagged as

Stats

210.5K views
77 bookmarked

Using Session State in a Web Service

Rate me:
Please Sign up or sign in to vote.
4.88/5 (36 votes)
11 May 2009CPOL3 min read
Usually, when you think of a Web Service, you think …make the call, get the response, and get on with the task at hand. These "one shot" calls are the norm in Web Services but there may be times when you need a little more. You may need the Web Service to remember states between calls.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
EndWell Software, Inc.
United States United States
I am an independent contractor/consultant working in the Twin Cities area in Minnesota. I work in .Net, Asp.Net, C#, C++, XML, SQL, Windows Forms, HTML, CSS, etc., etc., etc.

Comments and Discussions