Initializes the HTTP response for the session
Source position: httpdefs.pp line 669
public procedure TCustomSession.InitResponse( |
AResponse: TResponse |
); virtual; |
AResponse |
|
HTTP response to initialize for session |
InitResponse initializes the HTTP response for session handling. It sets up response headers and cookies required for session management.