views:

24

answers:

0

Hello.

How can I share login between multiple WPF applications?

that is, if one application logs in to the server, I want other applications get logged in too, and if I log out from one application, other applications get logged out too.

I know this can be done using cookies in ASP.NET applications.

I've looked towards using 'Client Application Services', but it doesn't seem to be what I'm looking for.