Recommend this page to a friend! |
Download |
Info | Example | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 281 | All time: 7,607 This week: 660 |
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. Innovation Award
|
What is the best PHP secure session database class?
Store and retrieve data Session Encryption
<?php |
Files (17) | / | 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 (17) | / | 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 |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
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.