News Feed
Jobs Feed
Sections




News Archive
PHPRefresh.com:
Managing Sessions and State with PHP
January 11, 2013 @ 10:25:15

In this new tutorial on the PHPRefresher.com site, Anand Godar walks you through just about all of the session functionality that comes with PHP and includes some code snippets for explanation.

Due to the fast evolution of Web programming, the stateless nature of the HTTP protocol brought many problems to certain Web applications that required maintaining their state across several HTTP requests. This demanded a rapid development of several mechanisms aimed at tackling this issue through diverse methods. Then a session management emerged as a direct response to the above mentioned problem, and currently this mechanism is being used by PHP developers worldwide, in cases where a Web application needs to keep track of its "state" during the occurrence of different HTTP requests.

The article starts off with the basics of sessions - what they are, how they're handled and created by PHP - and moves into the specific functions and their use. He talks about starting/ending sessions, their IDs, caching, module handling and working directly with the session cookie (if it exists).

0 comments voice your opinion now!
session tutorial introduction functions


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Profiling PHP Applications With xdebug

PHPImpact Blog: Agile Database Deployment Using Phing

Inside DealTaker Blog: Kohana PHP 3.0 (KO3) Tutorial Part 1

Jeremy Johnstone's Blog: Enums in PHP

Ed Finkler's Blog: Building a Tumblelog with Gimme Bar and PHP


Community Events











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


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

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