You can search for identifiers within the package.
in-package search v0.2.0
Less commonly used.
type 'sessionData t = {
getSession : string option -> 'sessionData Session.t option Lwt.t;
sidKey : string;
maxAge : int;
}
val sidKey : 'sessionData t option -> string
Returns key to be used for session cookies.
val maxAge : 'sessionData t option -> int
Returns max age to be used for session cookies.