Topic Path: Symbol Reference > Constants > GSessionIDCookie Constant
ContentsIndexHome
PreviousUpNext
GSessionIDCookie Constant

Cookie name used to maintain a persistent connection for HTTP client connections.

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.