| Author |
|
| Company |
enetricity |
| Source Code Available |
No |
| License Type |
Free |
| Submitted On |
September 26, 2004 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
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