Cellophane can be used as a wrapper to manipulate the values of site cookies. The base class cookieBase can be used directly to access and manipulate the contents of cookies. It can also be extended to allow storage of data types other than strings in cookies within the size limits of the cookies. There is also one subclass named cookieArray, which makes it easy to create cookies that store things like application preferences, user authentication data, etc.
| Tags | Internet Web Software Development Libraries php classes |
|---|---|
| Operating Systems | OS Independent |
| Implementation | PHP |