| Managing PHP Sessions In this article, I shall provide an overview of the system I developed, beginning in the first half with the user signup process. In the second half, I'll focus on the site itself, how it requires users to log in and then maintains that logged-in status throughout their visit. I'll be paying special attention to the use of the session management features in PHP. By the end, you should have all the information you need to implement a similar system of your own. http://www.sitepoint.com/article/users-php-sessions-mysql Read more » |
|