Idle Timeouts in RIA Services Authentication
Posted by: Bryant Likess Blog,
on 28 Oct 2009 |
View original | Bookmarked: 0 time(s)
A question came up in
the Silverlight Forums about how to timeout a user when using .NET
RIA Services. Since I have implemented this before I thought I would share an
approach I used. There might be a better way that is more integrated with the ASP.Net
security, but for now this works.
To start with, youll need the
Sample Application that Brad
Abram has been building and blogging about and you might want to read through this
post on Authentication in RIA Services before going any further. Once...