silverlight authentication
        Posted  
        
            by user291400
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user291400
        
        
        
        Published on 2010-03-29T07:04:46Z
        Indexed on 
            2010/03/29
            7:13 UTC
        
        
        Read the original article
        Hit count: 490
        
Silverlight
|authentication
Good day!
I have an silverlight site (silverlight navigation application) and I want clients to log in on my site. I want to give them different rights of viewing pages.
A WCF service gives me true or false when I enter a login and a password. Then, if it returns true, I want to remember the logged user. 
How can I do it? Using cookies or global variable or something else? 
© Stack Overflow or respective owner