2 * http://www.ocsigen.org
3 * Module eliommod_sessadmin.ml
4 * Copyright (C) 2007 Vincent Balat
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License as published by
8 * the Free Software Foundation, with linking exception;
9 * either version 2.1 of the License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 val close_all_service_sessions
:
22 scope
:Eliom_common.user_scope
-> Eliom_common.sitedata
-> unit Lwt.t
23 val close_all_data_sessions
:
24 scope
:Eliom_common.user_scope
->
25 Eliom_common.sitedata
-> unit Lwt.t
26 val close_all_persistent_sessions
:
27 scope
:Eliom_common.user_scope
->
28 Eliom_common.sitedata
-> unit Lwt.t
30 Eliom_common.fullsessionname
->
31 Eliom_common.sitedata
-> float option -> float option -> unit Lwt.t
33 Eliom_common.fullsessionname
->
34 Eliom_common.sitedata
-> float option -> float option -> unit Lwt.t
36 Eliom_common.fullsessionname
->
37 Eliom_common.sitedata
-> float option -> float option -> unit Lwt.t