This class is meant to store and retrieve preference values of an user of a site using cookies.
It can be used to store any kind of site user access context value, not only site usage preferences, but also other things like items added by an anonymous user to a shopping cart.
The preferences values are stored in an obfuscated format using the ROT12 algorithm to make it a little more difficult for curious users to understand what is being stored.
If a preference can not be stored or retrieve, eventually because the user browser is not accepting cookies, the class will just output a PHP Notice, which can be turned on or off in your app by using PHP error reporting control functions.
|
|
| Name: |
Cookie preferences |
| Base name: |
cookie_preferences |
| Description: |
Manage site user preferences stored in cookies |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1329 users |
| All time rank: |
2554 |
| Week users: |
0 users |
| Week rank: |
2363  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Good (87.5%) |
Sufficient (75.0%) |
- |
- |
- |
Not sure (53.8%) |
1279 |
| 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 |
|
|