Application Security

Session Sliding and Expiration Handling

  I was recently developing an MVC cloud service application that uses Windows Identity Foundation to issue security tokens. The app stores content and provides an interface for users to take courses on corporate practices. Certain users have permission to manage course content which gives them access to a fairly time consuming create/edit form. The…