Storing PHP Sessions in a Database

Wednesday, May 2nd, 2007

There are many reasons to utilize sessions when creating a web-based application using PHP. Session information by default is stored in a file on your web server. But what if that becomes a problem In this article I ll talk about why you might want to ...

Storing Sessions in a Database

Monday, May 1st, 2006

I've added another free article to my growing collection: Guru Speak: Storing Sessions in a Database This article creates the necessary functions in steps, so that you hopefully better understand the final product and can make your own modifi...