Interrupt and save a Session

The Draft button can be used to save a data entry session at the user level or at the client level if you want to interrupt the session.

A saved session can then be used in the job overview via the button New from draft.

The number of days the draft is saved is configured in the Web Monitor section of the configuration file ./etc/startup.xml. The default value is -1 (disabled).


<Call name="addApplication">
<Arg>
<New class="de.lobster.webmon.apps.WebMonitor">
...
<Set name="retainDaysDraft">2</Set>
...
</New>
</Arg>
</Call>


You can save and delete exactly one draft at user level (only for this user) and at company level (for all users of this company). If you load a draft, the user level will override the company level, i.e. if there is a draft on both levels, the one on the user level will be used. If none exists on the user level, the draft of the company level is loaded.