Cool web site - 138 Part II: Developing Intranet Solutions Listing 5-6:
138 Part II: Developing Intranet Solutions Listing 5-6: warning.html
Excessive Invalid Login Attempts
You have attempted to login too many times. The warning page can be any page. For example, you can set $WARNING_URL to your privacy or network usage policy page to alert the user of your policies on resource usage. Creating the Central Logout Application The central logout application terminates the user session. A flowchart of such an application is shown in Figure 5-6. Start Stop Yes No Is user already authenticated? Logout the user by terminating the session and redirect the user to the home URL. Show alert message stating that user is not logged in. Figure 5-6: A flowchart for the logout application.