Class type Datatypes.session


class type session = object .. end

method site : site
method username : string option
method userid : user_t Id.t
method is_valid : bool
method get_call : query -> Call.call
method post_call : query -> Call.call
method upload_call : query -> string -> Call.call
method edit_token : token
method logout : unit -> unit
method save : string
method maxlag : int
method set_maxlag : int -> unit