Module Session_cookie
module type Backend = Session.S.Future with type Backend.key = string and type Backend.value = string and type Backend.period = int64
The signature for a cookie-compatible backend.
module type S = sig ... end
The signature for a cookie session manager.