This package provides utilities for handling cookies in the Hypha DHO Web Platform. It offers a standardized way to manage client-side storage of small data sets, typically used for maintaining user preferences or session information.
- Easy-to-use API for setting, getting, and deleting cookies
- Support for secure and HttpOnly cookies
- Configurable expiration times
- Cross-browser compatibility
Detailed usage instructions and API documentation can be found in the package's source files.