This class is meant to pass multiple values between pages using encrypted cookies.
It can:
- Create a cookie object in memory
- Load the values of a cookie sent back by the browser into the cookie object in memory
- Assign multiple values to the cookie object in memory. Multiple cookie values are sent to the browser at once with names with array syntax.
- Cookie values can be removed from the cookie object in memory and from the browser
- Encryption with Blowfish-CBC algorithm can be used to encrypt all the cookie values sent to the browser. A secret server side encryption key can be used for different cookies objects.
- Assigning values to the cookie object in memory can be done just by creating up a new object property and assign a value to it, taking advantage of PHP5 dynamic object variable assignment __get and __set methods
|
|
| Name: |
clsCookie |
| Base name: |
clscookie |
| Description: |
Pass values between pages using encrypted cookies |
| Version: |
- |
| PHP version: |
- |
| License: |
Public Domain |
| All time users: |
2718 users |
| All time rank: |
1229 |
| Week users: |
1 user |
| Week rank: |
1988  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (75.0%) |
Sufficient (65.0%) |
Not sure (57.5%) |
- |
- |
Not sure (51.0%) |
1467 |
| 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.
| Link |
Description |
| clsCookie |
a detailed site about the PHP class clsCookie. class examples are available |
| Mcrypt |
the Mcrypt extension |
| |
Files |
|
|