News Feed
Jobs Feed
Sections




News Archive
Christopher Kunz's Blog:
Strict session handling in PHP
November 22, 2005 @ 05:46:11

Christopher Kunz has this new post today on his blog with at look at "strict session handling in PHP".

PHP has a permissive session system. This has been decided way before I came into the PHP world (I guess in preparation of 4.0), and the reasons for this decision are kinda lost in transit. However, with a small patch by Hardened-PHP Project buddy Stefan esser, this might now change.

A small patch against PHP's ext/session and ext/sqlite adds two new handler functions to validate and create session IDs, as well as the php.ini setting.

This setting would allow for more enhanced session handling (removing the ability to spoof sessions via a SID), and other problems (SQL injections, XSS attacks, etc). You can check out more on the Hardened-PHP page...

0 comments voice your opinion now!
session handling hardened-php session handling hardened-php


blog comments powered by Disqus

Similar Posts

Nicolas Grekas (on Github): Improved handling of HTTP requests in PHP

PHPMaster.com: Writing Custom Session Handlers

Zend Developer Zone: The ZendCon Sessions Episode 21: PDO: PHP Data Objects

PHPBuilder.com: Session Security

Alexander Netkachev's Blog: PHP coding tip: Convert notices and warnings into Exceptions


Community Events











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


application phpunit introduction zendframework2 example community testing database opinion interview composer series code language release api podcast development framework functional

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