Top

php session management class with mySQL


PHP Code
+ 0 likes
Please Register to submit score.
Average Score  6.0
Scores Submitted  1
Date Added  Aug 10, 2006
Last Updated  Aug 10, 2006
Tags  class  management  mysql  php  session  with 
  Bookmark and Share

Introduction

A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You don't need to modify a thing in your application - after instantianting the class just use sessions as you would normally. for the documentation go to <a href="http://stefangabos.blogspot.com/2006/08/zebra-php-framework-session-handler.html">http://stefangabos.blogspot.com/2006/08/zebra-php-framework-session-handler.html</a>


Grab the Code

Comments

  (1)  RSS
peterpowell
Comments: 48
 
PHP Snippet:  php session management class with mySQL
Posted on Aug 18, 2007 6:09 am
hi,

i will add a demo of this when i open my ftp next ;)

-pp

Please Register or Login to start posting comments.
Bottom