Token-timeout: Stsadm property (Office SharePoint Server)
Applies To: Office SharePoint Server 2007
This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.
Description
Specifies the amount of time before a user token times out.
Note
This property is available only from the command line.
Syntax
stsadm -o setproperty
-propertyname token-timeout
-propertyvalue*<A valid time interval, in minutes>*
The syntax for the getproperty operation is:
stsadm -o getproperty
-propertyname token-timeout
Note
You can substitute -pn for -propertyname and -pv for -propertyvalue.
Property values
The following table shows possible values.
Name |
Value |
propertyname |
Gets or sets the name of the property. |
propertyvalue |
A valid time interval, in minutes. The default setting is 1440 minutes. |
Remarks
This property applies to the entire farm.
The use of Stsadm will only affect the ContentService Web service property and not the AdministrationService Web service property. If you want to affect the AdministrationService Web service property, you must use the Object Model. For more information about the ContentService and AdministrationService Web service properties, see SPWebService Members (https://go.microsoft.com/fwlink/?LinkId=114598&clcid=0x409) and SPWebService Class (https://go.microsoft.com/fwlink/?LinkId=114599&clcid=0x409).
Examples
To set a valid time to 2000 minutes, use the following syntax:
stsadm -o setproperty -pn token-timeout -pv 2000