Module Ocsigen_cookies.​Cookies
module Cookies : Map.Swith type key = Url.path
This table is to store cookie values for each path. The key has type Url.path option: it is for the path (default: root of the site),
module Cookies : Map.Swith type key = Url.path
This table is to store cookie values for each path. The key has type Url.path option: it is for the path (default: root of the site),