Recommend this page to a friend! |
Download .zip |
Info | Example | View files (17) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2015-10-22 (1 year ago) | Not enough user ratings | Total: 232 This week: 2 | All time: 7,556 This week: 591 |
Version | License | PHP version | Categories | |||
stacksess 1.0 | GNU Lesser Genera... | 5.0 | PHP 5, User Management |
Description | Author | |||
This package can store session data with multiple session handlers. Recommendations What is the best PHP secure session database class? Innovation Award
|
Files | / | examples |
File | Role | Description |
---|---|---|
builtin.php | Example | Using the builtin handler (for baseline) |
compatible.php | Example | Example using the compatible (with the builtin handler) handler |
encrypting.php | Example | A very security session data encrypting handler |
nonblock.php | Example | Using the nonblocking handler |
null.php | Example | The null handler (on top of the compatible handler) |
security.php | Example | Apply security checks to session (>=5.5.4) |
sometimes.php | Example | The writeSometimes handler (on top of the compatible handler) |
sometimesnonblock.php | Example | The writeSometimes handler on top the non-blocking handler |
utils.inc.php | Example | Utilitiy functions for the example files |
Files | / | handlers |
File | Role | Description |
---|---|---|
compat.inc.php | Class | Compatible Session Handler |
encrypting.inc.php | Class | Encrypting Session Handler |
nonBlocking.inc.php | Class | Using non-blocking file IO |
nullsess.inc.php | Class | A null handler - use as a template |
security.inc.php | Class | Add additional security checks to the session management |
stackSess.inc.php | Class | base class |
writeSometimes.inc.php | Class | Reduce unnecessary writes to improve performance and scalability |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.