| Recommend this page to a friend! | 
| Info | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Total: 3,847 | All time:  831 This week: 455 | |||||
| Version | License | PHP version | Categories | |||
| phpsessions 1.0.8 | GNU General Publi... | 4.4.9 | Databases, User Management | 
| Description | Author  | |||||||||||||||||||||||
Zebra_Session is a PHP class that acts as a wrapper for PHP’s default session handling functions but instead of storing session data in flat files it stores them in a MySQL database, thus providing both better security and better performance.  | 
  | |||||||||||||||||||||||
  | 
| File | Role | Description | ||
|---|---|---|---|---|
| Doc. | Changelog | |||
| Doc. | Documentation | |||
| Conf. | Prevent directory listing | |||
| Lic. | License | |||
| Doc. | Readme File | |||
| Class | Class source | |||
| / | examples | 
| File | Role | Description | 
|---|---|---|
|    | 
Example | Example script | 
|    | 
Conf. | Prevent directory listing | 
| / | install | 
| File | Role | Description | 
|---|---|---|
|    | 
Conf. | Prevent directory listing | 
|    | 
Doc. | Installation | 
|    | 
Aux. | SQL File | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 0% | 
  | 
  | 
| User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
  | 
  | ||||||||||||||||||||||||||||||||||
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
| Pages that reference this package | 
| In PHP, sessions are pretty easy to work with since it just involves doing a few lines of code; initialize the session, define a session variable, then calling it back when you need it... |