No Session State on Web Service from Mobile App

  • Thread starter Thread starter Colin J Paterson
  • Start date Start date
C

Colin J Paterson

I have created a smart device mobile application in VS.NET 2003 (C#). I also
have a web service written in C#. However whenever I call the web service
the Session variables have all been lost and the session id is different
every time. Is there any way I can fix this?

Thanks

Colin
 
are you using a CookieContainer? if not, google for it and ye shall be
enlightened.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top