Learn R Programming

tower (version 0.2.0)

build_http_cookie: Build a cookie

Description

Builds an HttpOnly cookie from a key and value

Usage

build_http_cookie(key, value)

Value

A string containing the formated cookie

Arguments

key

A string containing the cookie key

value

A string containing the cookie value