module Make : functor (B : Session_cookie.Backend with type +'a Make.io = 'a Lwt.t) -> Session_cookie.S with type +'a io = 'a Lwt.t and type backend = B.t and type key = string and type value = string and type period = int64
Create an Lwt-based session manager given a compatible backend.