Specifications

47
The session variable refers to the values available during the course of the session. So as above the
system would replace this with the username being used in this current session. This means that if the
users home share on the network is named the same as the username used to log into the appliance (as
might be the case in an Active Directory environment) then this Network Place will work and the
home share of RobertsP would still be loaded.
The session variable can also be used to reference the user’s password; so in an example of an
application shortcut which requires both username and password we could use session:username
and session:password.
More information on this variable and the available parameters that are accessible will be available in
later releases of the documentation.