News Feed
Jobs Feed
Sections




News Archive
Paul Reinheimer's Blog:
Cookies don't replace Sessions
January 24, 2012 @ 09:26:20

In a new post to his blog Paul Reinheimer talks about replacing sessions with cookies and some of the (security) pitfalls that can come with it.

I've seen several instances where people have demonstrated the ease with which encrypted cookies can replace sessions within PHP. Michael Nitschinger wrote a piece recently demonstrating the switch with Lithium, while CodeIgniter does this by default (optionally encrypting). The problem is that while replacing sessions with cookies works, it introduces a few risks not present with native session support, and these risks tend to be under documented.

He gives an illustration of an attacker who sits between Amazon and one of their warehouses. Despite encrypting their order details, all it would take is the attacker to grab an order and copy it and resend (a "replay attack"). He's created an example application to illustrate the point (source on github). The attacker doesn't even have to know what the encrypted information contains - they only have to replicate it.

0 comments voice your opinion now!
cookies session cryptography advice security replay attack


blog comments powered by Disqus

Similar Posts

Ibuildings Blog: T minus one (the PHP4 8-8-08 Deadline)

Community News: Joomla! Major Security Update - v1.0.10

Pádraic Brady: PHP Security, Authorative Knowledge and Combining Forces

DZone.com: Hardening PHP: How to securely include remote code (part 1)

WebReference.com: Security Techniques: Part 2


Community Events











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


release code tool community interview testing podcast introduction language opinion composer development framework conference database object series example zendframework2 functional

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