I have a asp.net client for a WCF Service . WCF Service is PerSession. How to maintain WCF Service Session for different asp.net pages ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As I understand it the session will be maintained in the ASP.Client only and not the WCF Service. That is you will manage all of your state in your client only.