Login Functionality For Silverlight Application

Posted by peter on Stack Overflow See other posts from Stack Overflow or by peter
Published on 2010-05-18T04:30:32Z Indexed on 2010/05/18 4:40 UTC
Read the original article Hit count: 226

Filed under:
|

Hi All,

I have a silverlight application that requires the user to login.

The problem is when you hit the refresh button on the web page it reloads the site, and requires the user to login again.

What I want it to do is act like ASP .NET where the user will remain logged in for 20 minutes even if they hit the refresh button.

What mechanism is ASP .NET using to achieve this? Does it use session variables for instance, and how does it expire after 20 minutes?

Thanks.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about c#