[UP] Wd_types
|
WDialog API for Objective Caml: Wd_types.session_manager_type
Class type Wd_types.session_manager_typeclass type session_manager_type =The session manager creates new sessions, and looks sessions up in the (possibly fictive) session database method create :
Creates a new session for this dialog
method unserialize :
Restores an old session for the passed universe and the passed
environment. The string is the session in serialized form as returned
by the
serialize method. |