Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 537 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 537 Bytes

Cookie Package

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.

Features

  • Easy-to-use API for setting, getting, and deleting cookies
  • Support for secure and HttpOnly cookies
  • Configurable expiration times
  • Cross-browser compatibility

Usage

Detailed usage instructions and API documentation can be found in the package's source files.