I\'m looking for a tutorial, blog entry, or some help on the technique behind websites that automatically push users (ie without a postback) when the session expires. Any h
Of course you need to use [Authorize] over controller class or even Action in specific.
[Authorize]
[Authorize] public class MailController : Controller { }