Web.HTTPApp.TCookie

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTCookie

Delphi

TCookie = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TCookie : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

TCookie represents a Cookie header in an HTTP response message.

Use TCookie to specify the cookie header that should be sent with a response message when responding to an HTTP request message. Cookie headers contain state information that the Web client passes on to other locations on the Internet or Intranet.

See Also