|
Helping ordinary people create extraordinary websites! |
Saving PHP Session Data to a DatabaseBy Tony Marston2005-07-11
Conclusion As you should be able to see it is a relatively straightforward process to switch the recording of session data from ordinary disk files to a database table. This overcomes the drawbacks inherent with ordinary disk files:
Tutorial Pages: » Introduction » Define database table » Define database class » Define session handler » Conclusion |
|