News Feed
Jobs Feed
Sections




News Archive
DevShed:
Introduction to Maintaining the State of Applications with PHP Sessions
April 27, 2006 @ 07:03:05

DevShed has posted a tutorial that talkes about a simple way to keep track of user information (or any other info) as a user navigates your site - using PHP sessions.

In PHP, session management is used to help web applications maintain their state across several HTTP requests when needed. In this first part of a series, you will learn the basics of the PHP built-in session mechanism, as well as some of its many useful functions.

Since PHP sessions are one of those things that sooner or later you must learn as a PHP developer, in this article I shall provide an overview of them. I will begin with the basics of how to use them, highlighting their strong points and weaknesses, and finally explore some of their most advanced concepts. By the end of this series, you should have all the knowledge that you need to start using the most common PHP session management functions, so you can use them during the development of your own applications.

They explain the basics of sessions and how they can be used in your apps, how to destroy a session, some of the variou ssession functions, and how you can configure your sessions and session hander to fit your needs.

0 comments voice your opinion now!
sessions application state introduction functions basics configuration sessions application state introduction functions basics configuration


blog comments powered by Disqus

Similar Posts

Alexander Netkachev's Blog: Practical PHP events

Brandon Savage's Blog: REST APIs as Data Backends

DevShed: Creating a Login Script for a PHP/MySQL Blogging System (Part 1)

Professional PHP Blog: Improving Web Application Installation as a Security Imperative

Paul Jones' Blog: Solar 0.21 and 0.22 released in quick succession


Community Events











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


testing series community conference language functional interview database symfony2 rest zendframework2 framework phpunit opinion introduction usergroup development unittest release podcast

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