Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/v1.3/actions/cookies.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ With that configuration we can specify options that will be set for all cookies
* `:max_age` - `Integer` (`nil` by default), cookie duration expressed in seconds
* `:secure` - `Boolean` (`true` by default if using SSL), restrict cookies to secure connections
* `:httponly` - `Boolean` (`true` by default), restrict JavaScript access to cookies
* `:same_site` - `String` (`nil` by default), to control when cookies are sent even on different websites. Possible values are: nil, None, Lax, Strict

## Usage

Expand Down