News Feed
Jobs Feed
Sections




News Archive
DevShed:
Building a Logout Class
September 05, 2007 @ 12:36:00

DevShed has posted a new tutorial today about building another common component of a website - the logout component.

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.

They build out the simple part of the class first, handling the variables and all and then move on to handling the logout and updating the database to reflect the user's status. They finish the tutorial off by giving both the database structure for the component and an example of it in action.

0 comments voice your opinion now!
devshed logout class tutorial database login devshed logout class tutorial database login


blog comments powered by Disqus

Similar Posts

The Bakery: ToniAcl Component Tutorial

DZone.com: Date and time in PHP 5

DevShed: Rich Internet Applications - Introduction to Adobe Flex and PHP

Community News: Ottawa Food Bank Improve Distribution Databases via PHP

Gonzalo Ayuso's Blog: How to protect from SQL Injection with PHP


Community Events











Don't see your event here?
Let us know!


release example object tool introduction community series database functional testing podcast zendframework2 phpunit interview language framework code opinion development composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework