Size limit: 5 mb per domain.

Performance: it is synchronous.

Data persistence: cleared when the browser session ends(tab or window closes).

Data structure: key: value pair.

Security: Session expires.

When to use(use case): temporary sensitive data.

When not to use: Large dataset and async operation, avoid long duration.