Module Session_cookie_async.Session_cohttp_async

module Make : functor (B : Session_cookie.Backend with type +'a Make.io = 'a Async_kernel.Deferred.t) -> Session_cookie.S with type +'a io = 'a Async_kernel.Deferred.t and type backend = B.t and type key = string and type value = string and type period = int64

Create an Async-based session manager given a compatible backend.