How to implement user sessions in wpf?
I have a XBAP application in which I am required to implement the user sessions
IS there any way I can achieve this in WPF?
Thank you?
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.
WPF doesn’t implement the concept of sessions.
You may use a session provider or maybe an asp web service to produce a custom solution.
Or you could use an Isolated storage for all the users data.
Also check out some previous posts which address this: