Amber Framework
Website
Blog
Github
Discord
Search
⌃
K
Links
Introduction
Getting Started
Guides
Deployment
CLI
Examples
Cookbook
From Scratch
Hello World
CORS
File Download
File Upload
Cookies
Authenticate
JSON API
JSON Mapping
WebSocket Chat
Troubleshooting
In Production
Contributing
Code of Conduct
HAVE A QUESTION?
Join the Discord
Ask on StackOverflow
Follow on Twitter
Submit an issue
Powered By
GitBook
Cookies
This recipe will help you to setup a cookie in your application.
First you need an amber project generated with
Amber CLI
or
from scratch
.
Then in your routes file:
Also see more detailed information about this in
Cookies Guide
.
Previous
File Upload
Next
Authenticate
Last modified
6mo ago