LockedSessionNoContentResponse

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWSessionOptions > Properties >

LockedSessionNoContentResponse

SIGNATURE=IWServerControllerBase.TIWSessionOptions.LockedSessionNoContentResponse

 

ETYPE=Property

 

Declaration:

Delphi:

published property LockedSessionNoContentResponse: Boolean;

C++:

__published: __property bool LockedSessionNoContentResponse;

 

Description: instead of "Session Already locked" exception (which effectively kills the existing session on the browser side) respond with 204-No Content response which allows applicaiton to continue working. This allows a much better user experience