Cookies
Tools to handle cookies in client and server environments.
Client
Simple methods to manage cookies on the client components.
Usage
Server
Functions to manage cookies in Next.js server and server components.
If you’re using Next.js 15, use ServerCookiesNext15
as it requires
async/await
.
Usage
Next.js 15
THis will only work in Next.js 13-14. You will need to uncomment ServerCookies
to use it.
Features
- Type-safe cookie operations
- Secure by default (HTTPS only)
- Configurable options (path, domain, sameSite)
- Server-side rendering compatible
Edit on GitHub
Last updated on