session data

Storing encrypted session information in a cookie - Evert Pot

Planet PHP  Tue, 07/13/2010 - 14:54

cookie

Our session system is due for an upgrade.

Currently all PHP sessions are stored in the database, and some things are getting a bit slow. There have been a couple of approaches I've been considering, one of which is simply storing all the information in a browser cookie.


 

PHPBuilder.com: Session Security

PHPDeveloper.org  Fri, 09/18/2009 - 07:12

In a new tutorial on PHPBuilder.com Marc Plotz takes a look at the security of your sessions and how to protect them from would-be data thieves.


 

Paul Reinheimer's Blog: Storing Sessions in Memcache (how everyt...

PHPDeveloper.org  Mon, 07/13/2009 - 14:10

In this new post to his blog Paul Reinheimer looks at one of the more powerful tools at a PHP developer's disposal - memcache - and how you can use it to store sessions.