Icon ResponseSessionCookies Property

property ResponseSessionCookies: THTTPCookies

Usage

Available In: Server Applications

Specifies any session-only cookies to be included with the response to the web server request.

Information Please use this property instead of the ResponseCookies property when returning session-only cookies. The web server request automatically sets the THTTPCookie Expires property to a default value of 1 year from the current date/time for all cookies contained in the ResponseCookies property.
Image