Skip to content

Instantly share code, notes, and snippets.

@timperrett
Created December 2, 2015 02:45
Show Gist options
  • Select an option

  • Save timperrett/b25528ae124fd0a82ecf to your computer and use it in GitHub Desktop.

Select an option

Save timperrett/b25528ae124fd0a82ecf to your computer and use it in GitHub Desktop.
SetCookies(Cookie("thing.state", r.value,
path = Some("/"),
domain = Some("localhost"),
secure = Some(true),
maxAge = Some(604800) // 1 week
)) ~> Ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment