dtlogin: Enable XDM authentication on FreeBSD
[oweals/cde.git] / cde / examples / dtsession / README
1 /* $XConsortium: README /main/2 1996/07/15 14:01:36 drk $ */
2
3 This directory contains demonstrations of the Dt Session mechanism and API.
4
5 session -       Example of an application which supports the Dt
6                 session management protocol using the DtSession
7                 API.
8                 The application saves it's current state (the value
9                 of a toggle button) when the session is terminated.
10                 When the session is restarted, the toggle button
11                 state is restored.
12
13                 The application state saved and restored across sessions
14                 is state information related to the dynamic state of
15                 the application(e.g. current file being edited), as opposed
16                 to static application state (e.g. user preferences.)
17                 
18                 To allow the Session Manager to locate this application when
19                 the session is restarted, start the application with its
20                 full pathname as follows:
21
22                 /usr/dt/examples/dtsession/session &