News Feed
Jobs Feed
Sections




News Archive
Evert Pot's Blog:
Storing encrypted session information in a cookie
July 14, 2010 @ 09:13:39

Evert Pot has a quick new post to his blog today talking about how to push encrypted information into a cookie for storage.

There have been a couple of approaches I've been considering [to replace sessions being stored in the database], one of which is simply storing all the information in a browser cookie. First I want to make clear I don't necessarily condone this. The reason I'm writing this post, is because I'm hoping for some more community feedback. Is this a really bad idea? I would love to know.

He includes some code to make it happen - a class that uses the hash_hmac function and a SHA1 encryption type (along with a salt) to convert the information into a string that can be (relatively) safely stored in a cookie. Be sure to read the comments for more opinions on the method.

0 comments voice your opinion now!
store encrypt session cookie tutorial


blog comments powered by Disqus

Similar Posts

Sankuru Blog: A pluggable compiler and virtual machine in PHP

Zend Developer Zone: SQLite: Lean, Mean DB Machine

Jonathan Snook's Blog: Multiple Validation Sets in CakePHP 1.2

DevShed: Introducing the Facade Pattern in PHP 5

PHPBuilder.com.au: Powerful Web Services with PHP and SOAP


Community Events











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


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

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