HomeCommunityControl GalleryHttp RuntimeInActiveUserModule

InActiveUserModule



Submit a Review

245 Downloads

12,160 Views


Description

The enetricity InActiveUserModule provides an extra level of security to your Web applications by automatically redirecting inactive users to a "close down" page after a predetermined number of seconds.
Users are given a 10 second count down prior to the application shut down and are given the opportunity to prevent the shut down.
Adding a single line to the Web.Config adds this feature to any existing ASP.NET web no additional programming is required.

Syntax Example

add to web.config <httpModules> <add name="RM" type="enetricity.modules.InactiveUserModule,inactiveuser"/> </httpModules>

Reviews

Submit a review