|
<< Click to Display Table of Contents >> Navigation: Classes > TIWSessionOptions > Properties > SessionTimeout |
Use this property to indicate the amount of time (in minutes) a user session can remain idle (ie, no user activity in the browser) at the server side. Read only for Personal and Standard editions with the default value of 20 minutes.
Default value for IntraWeb Ultimate is 10 minutes
SIGNATURE=IWServerControllerBase.TIWSessionOptions.SessionTimeout
ETYPE=Property
Declaration:
Delphi: |
published property SessionTimeout: Cardinal; |
C++: |
__published: __property unsigned SessionTimeout; |
Description: This is SessionTimeout, a member of class TIWSessionOptions.