Using Session in Silverlight using simple WebServices (NOT WCF)
Posted
by Syed
on Stack Overflow
See other posts from Stack Overflow
or by Syed
Published on 2010-06-02T11:04:01Z
Indexed on
2010/06/03
13:04 UTC
Read the original article
Hit count: 337
Hi,
I need to use Session variables in my Silverlight application ( Using Visual Studio 2008, and Silverlight 3). I am already using a webservice (not WCF service) and would like to know if I can add two methods say GetSessionVariable and SetSessionVariable in my existing WebService Class?
Any assistance with sample code would be great!
Regards and Thanks in advance, Nadeem.
© Stack Overflow or respective owner