Service Cache

[Service Cache]
:AllowLocal=0
IdleCheck=600
IdleTimeout=604800
:ReconnectTimeout=10
UserProtect=1
:Verbose=0
:WinStationUpdateSleep=33
:WinStationUpdateWait=10

AllowLocal

The AllowLocal parameter controls the connection behaviour for the virtual channel when it is missing.

Values

0

Switch to local connection and reconnect virtual channel if re-established.

1

Switch to local connection and do not reconnect virtual channel.

IdleCheck, IdleTimeout

The listening service is running in a non-connected mode when used with the virtual channel or driver. Thus, the service may not discover that the connecting part is closed if disconnected without a proper close message. These parameters include an idle checking mechanism to detect when a connecting part is gone.

ReconnectTimeout

The parameter ReconnectTimeout specifies the number of seconds to wait before attempt to reconnect to cache service if lost.

UserProtect

The UserProtect parameter tells how to protect the cache values.

[Service Cache]
UserProtect=1

Values

0

Unprotected

1

Private data protected

2

All data protected

Verbose

The Verbose parameter adds more information to the trace.

[Service Cache]
Verbose=0

Values

0

off

1

on

WinStationUpdateWait, WinStationUpdateSleep

The WinStationUpdateWait and WinStationUpdateSleep parameters give how long the cache server waits for a specific desktop to start. During Windows logon, the user is logged on before the actual desktop is up and running. Protecting the PIN for a specific user requires the desktop to run, so it must wait for it.

[Service Cache]
WinStationUpdateWait=10
WinStationUpdateSleep=33