1

I want "remember me" check in my login page in my windows phone 7 application. How can I do that? How can I make the system recognize the user?

4

1 に答える 1

1

You can make use of IsolatedStorage class to save the user login details in the Windows phone memory.

And you can again check the login details from IsolatedStorage, to verify the users authenticity.

Check this link for an example of IsolatedStorage Usage

于 2012-06-07T07:12:32.113 に答える