Top

PHP Code Snippets Tagged with session

  (2)  
Sort by 
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..
Tags: class  management  mysql  php  session  with 
+ 0 likes
1 comment(s)   |   Score: 6.0   |   Language: PHP   |   Posted by stefangabos on Aug 10, 2006
This snippet is for PHP 5+. This session class will allow you to create and manage sessions such as PHP Sessions but with more features. To use the class you first must include the file the class is..
Tags: session 
+ 0 likes
3 comment(s)   |   Score: 8.0   |   Language: PHP   |   Posted by tye on Sep 26, 2005
Bottom