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

The Bakery: Ten New Tutorials/Components/Releases Posted

PHPMaster.com: Parsing XML With SimpleXML

Matthew Weier O'Phinney: ZF2 Modules Quickstart (Screencast)

DevShed: Introduction to Maintaining the State of Applications with PHP Sessions

Oracle Technology Network: Installing PHP 5.2 for Oracle on Mac OS X 10.5 (Leopard)


Community Events









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


podcast unittest tool composer example introduction release opinion zendframework2 development functional api object testing event interview framework language code community

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