SESSION_DIRECTORY
The SESSION_DIRECTORY
element specifies where to store the session files
of applications and services started by the GAS.
Syntax
<SESSION_DIRECTORY>dir</SESSION_DIRECTORY>
- dir specifies the session directory path.
Child elements
There are no child elements.
Usage
You use this element to specify where to store the session files of applications and services started by the GAS.
Usage example
<SESSION_DIRECTORY>/var/tmp</SESSION_DIRECTORY>
In this
example, the session files are stored in sub directories of /var/tmp/session.By default, the SESSION_DIRECTORY
entry is not set and the session files are
stored in FGLASDIR.
Parent elements
This element is a child of INTERFACE_TO_CONNECTOR
.