By Michael Washington on
2/12/2010 6:51 AM
If you have a page that contains a lot of information for users to enter, you can run into a problem where their authentication will “time out”. Usually this authentication is set to expire after 20 minutes of “inactivity” (the user has not submitted a request to the web server). The problem is that if they, for example, click the Save button after their authentication has expired, their content is not saved and they are logged out of the site instead.
To prevent this, you can install the Silverlight Keep Logged In module. When you place it on a page, there is no UI just a Title.
...
Read More »