Cookie name used to maintain a persistent connection for HTTP client connections.
GSessionIDCookie = 'IDHTTPSESSIONID';
GSessionIDCookie is a String constant that represents the Cookie name used to set or retrieve the SessionID, used in TIdHTTPRequestInfo and TIdHTTPResponseInfo, that identifies a persistent HTTP connection for a client connection.
A Cookie containing GSessionIDCookie is created for the TIdHTTPRequest and TIdHTTPResponse used by the HTTP connection when threaded client is executed.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |