AuthBeforeNewSession

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

AuthBeforeNewSession

Informs IntraWeb if the User Authorization will be requested before a user session is created. If you do not uses any custom authorization that depends on any property/method you have delcared on your User Session class, leave this property as False.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.AuthBeforeNewSession

 

ETYPE=Property

 

Declaration:

Delphi:

published property AuthBeforeNewSession: Boolean;

C++:

__published: __property bool AuthBeforeNewSession;

 

Description: [Add Description Here]