News Feed
Jobs Feed
Sections




News Archive
Chris Shiflett's Blog:
PHP Session Debugging
March 28, 2011 @ 09:53:07

In a new post to his blog today Chris Shiflett takes a look at something a lot of PHP developers take for granted, the language's session handling, and some things you can do to help debug them when things go wrong.

For many PHP developers, calling session_start() and using $_SESSION for stuff you want to persist from page to page is all there is to know about sessions. This is understandable, because PHP's native session support is so simple and reliable. But, what if something goes wrong?

He points to two older articles he's written about some more advanced session handling and includes sample code acting as a walk-through for locating your problem spot. He focuses in on the read() handler method and shows how to debug the data flowing in and out (and some of the information he commonly logs from it).

0 comments voice your opinion now!
session debug tutorial handler custom


blog comments powered by Disqus

Similar Posts

DevShed: Implementing Additional Methods with mysqli and PHP 5

Change Garcia's Blog: expected exceptions annotations, mocked object calls, oh my.

NETTUTS.com: How to Create Blog Excerpts with PHP

Smashing Magazine: Create A Christmas Wish List With PHP (For Beginners)

Rob Allen's Blog: Using Zend\Loader\Autoloader


Community Events











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


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

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