package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. full_state_name : full_state_name;
  2. expiry : float option ref;
  3. timeout : timeout ref;
  4. session_group : (string * cookie_level * (string, Ipaddr.t) Eliom_lib.leftright) ref;
  5. session_group_node : string Ocsigen_cache.Dlist.node;
}
type table = t SessionCookies.t