views:

16

answers:

0

I am developing Windows Mobile Application (NETCF 2.0) which needs to make connection to WCF Service (4.0) hosted on IIS. Mobile Application establishes connection with Server (containing WCF Service) for each transaction which requires authentication from database.

How can I maintain WCF Sessions to authenticate Mobile Application for the first time (using database credentials) and store/use that Session to serve subsequent requests coming from Mobile Application?

My Mobile Application uses NETCF 2.0 and WCF uses 4.0.