Recommend this page to a friend! |
Download .zip |
Info | View files (11) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2011-01-11 (5 years ago) | 56% | Total: 3,837 This week: 1 | All time: 801 This week: 1,047 |
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. |
|
See http://stefangabos.ro/php-libraries/zebra-session/ |
Files |
File | Role | Description | ||
---|---|---|---|---|
examples (2 files) | ||||
install (3 files) | ||||
changelog.txt | Doc. | Changelog | ||
documentation.txt | Doc. | Documentation | ||
index.html | Conf. | Prevent directory listing | ||
license.txt | Lic. | License | ||
readme.txt | Doc. | Readme File | ||
Zebra_Session.php | Class | Class source |
Files | / | examples |
File | Role | Description |
---|---|---|
example1.php | Example | Example script |
index.html | Conf. | Prevent directory listing |
Files | / | install |
File | Role | Description |
---|---|---|
index.html | Conf. | Prevent directory listing |
install.txt | Doc. | Installation |
tbl_session_data.sql | Aux. | SQL File |
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 |
Proper Session Handling 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... |