News Feed
Jobs Feed
Sections




News Archive
ServerSide Magazine:
Session Hijacking
December 12, 2008 @ 10:23:42

In this recent article from ServerSide Magazine they look at a security issue that can be hard to detect if you're not sure what you're looking for - session hijacking - and how you can help to prevent it on your site.

A must have for the attacker in a session hijack is the Session Identifier so he can impersonate the attack. Let's presume for example that you have your website hosted on a shared hosting on which PHP is installed as an Apache module, thing that makes session files belong to the web user, in other words: accessible.

He breaks it out into three potential kinds of session hijack methods - prediction, capture and fixation - with definitions for each. He also makes recommendations of some secure practices to follow to help prevent some of these issues (like not trusting users, using $_COOKIE and $_SESSION correctly and using a security token too along with the session ID).

0 comments voice your opinion now!
hijack session predict capture fixation secure practice


blog comments powered by Disqus

Similar Posts

Tobias Schlitt's Blog: Free eZ components sessions -2- [Update]

Zend Developer Zone: ZendCon 2010 Podcast - A New Approach to Object Persistence in PHP

Mike Bernat's Blog: PHP Cookies vs Sessions - The Breakdown

Vinu Thomas' Blog: Secure web development, an after thought?

FuzzyOpinions Blog: Tutorial: improving security with a PHP Captcha


Community Events









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


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

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