module type Backend = Session.S.Future with type key = string and type value = string and type period = int64The signature for a Cohttp-compatible backend.
module type S = sig ... endThe signature for a Cohttp session manager.
Session_cohttpCohttp-aware session management for your everyday needs.