This class is meant to create and manage sessions used for authentication of users at a given site.
The class manages the storage of some control values in the session and also any variables defined by the developers and set by the application scripts.
It can create a session and validate its integrity to prevent stealing by verifying the if the IP address of the user that created the session is the same during all accesses, thus enforcing an additional security level.
It can also limit the life time of a session by verifying if it passed a given timeout period since its creation.
If the session is no longer valid because it was stolen or it exceeded its life time limit, the class will destroy the session and redirect to a given URL or display an error message. Error message can be localized.
|
|
| Name: |
OO Auth |
| Base name: |
ooauth |
| Description: |
Manage life time limited sessions securely |
| Version: |
- |
| PHP version: |
- |
| License: |
Free for non-commercial use |
| All time users: |
4336 users |
| All time rank: |
569 |
| Week users: |
3 users |
| Week rank: |
923  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (70.8%) |
Not sure (58.3%) |
Not sure (50.0%) |
- |
- |
Not sure (49.2%) |
1589 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|