
September 5th, 2007, 09:00 AM
|
|
|
|
Building a Logout Class
The main function of the logout class is to log out a user and then redirect the user to the login page. On a programmatic level, the logout class terminates and destroys the session variables that the login class created for the user and also logs the exit time to the database. This article will show you how to create a logout class. It is part of a series on application framework components.
Read the full article here: Building a Logout Class
For more discussion go here: Blog Article Discussion
|