Kbase P106038: What is the predefined WebSpeed environmental variable SESSION_PATH
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/6/2005 |
|
Status: Unverified
GOAL:
What is the predefined WebSpeed environmental variable SESSION_PATH
GOAL:
How to define SESSION_PATH to the WebSpeed Broker and it's agents
FACT(s) (Environment):
WebSpeed 3.1D
WebSpeed 3.1E
OpenEdge 10.x
FIX:
Specifies a directory where you want to store session information. If this variable is not set, session information is stored in the TEMP directory.
The VALUE is a pathname.
Activation of this variable can be accomplished either by:
1. Using the Progress Explorer and entering the name of the variable in the NAME field in the brokers' Environment Variable Properties dialog box and the Value in the VALUE field.
2. Manually add to the ubrokers.property file under the Environment section for your broker.
[Environment.wsbroker1]
SESSION_PATH=[pathname]