class type session =object..end
method site : sitemethod username : string optionmethod userid : user_t Id.tmethod is_valid : boolmethod get_call : query -> Call.callmethod post_call : query -> Call.callmethod upload_call : query -> string -> Call.callmethod edit_token : tokenmethod logout : unit -> unitmethod save : stringmethod maxlag : intmethod set_maxlag : int -> unit