[Top] [Prev] [Next] [Bottom]
[Contents]
SaGetSessTimeOut
Gets the amount of time, in seconds, that a Sapphire generated application server will remain idle before exiting. This also is the session affinity timeout value.
#include "SaRnHtml.h"
int SaGetSessTimeOut SUTPROTO(());
Arguments
None.
Number indicating the amount of time in seconds that a Sapphire generated application server will remain idle before exiting. This also is the session affinity timeout value.
Gets the amount of time, in seconds, that a Sapphire generated application server will remain idle before exiting. This also is the session affinity timeout value. No change is made if the value is less than 20. The default value is 1200 seconds.
int t;
t = SaGetSessTimeOut();
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.