|
<< Click to Display Table of Contents >> Navigation: Classes > TIWSessionCookieOptions > Properties > UseCookies |
When True, IntraWeb will use cookies to do all the session management, on the browser side. When SessionCookies is False, the cookies will be persistent, i.e. even if you close and reopen the browser, the cookie will be preserved. On the other hand, when UseCookies is True and SessionCookies is also True, IntraWeb will create HTTP session cookies which are not persistent, meaning that the session will be lost, on the browser side, when the browser is closed.
SIGNATURE=IWServerControllerBase.TIWSessionCookieOptions.UseCookies
ETYPE=Property
Declaration:
Delphi: |
published property UseCookies: Boolean; |
C++: |
__published: __property bool UseCookies; |
Description: This is UseCookies, a member of class TIWSessionCookieOptions.