Login   Register  
PHP Classes
elePHPant
Icontem

clsCookie

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ronald Zeus  >  clsCookie  >  Download .tar.gz .zip  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: clsCookie
Base name: clscookie
Description: Pass values between pages using encrypted cookies
Related classes: , , , , , , ,
Version: -
PHP version: -
License: Public Domain
All time users: 2636 users
All time rank: 1206
Week users: 4 users
Week rank: 922
 

  Author  
Picture of Ronald Zeus
Name: Ronald Zeus <e-mail contact>
Packages: 2 Browse all classes by Ronald Zeus Browse all classes by
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Age: 38
All time rank: 3358 in The Netherlands The Netherlands
Week rank: 511 Down17 in The Netherlands The Netherlands Down


  Detailed description  
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

  Groups   Rate classes User ratings   Applications   Related links   Files Files  

  Groups  
Group folder image HTTP HTTP protocol clients, headers and cookies View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes
Group folder image Security Security protection and attack detection View top rated classes


  User ratings  
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%)
1430
Month:
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
clsCookie a detailed site about the PHP class clsCookie. class examples are available
Mcrypt the Mcrypt extension

  Files folder image Files  
File Role Description
Plain text file class.cookie.config.php Conf. a config file
Accessible without login HTML file class.cookie.documentation.html Doc. the class documentation
Plain text file class.cookie.example.next.php Example second page example
Accessible without login Plain text file class.cookie.example.php Example an example script
Plain text file class.cookie.interface.php Class an interface file with detailed documentation
Plain text file class.cookie.php Class the PHP5 class source
Accessible without login Plain text file class.cookie.release.txt Data the release notes (including legal notes)

Download all files: clscookie.tar.gz clscookie.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.