answersLogoWhite

0

The cookies are usually pass in HTML headers from the web server to the browser.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Is HTTP core protocol or not?

HTTP is a stateless protocol ... HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, includingActiveX, Java, JavaScript and cookies.


HTTP is classified as a protocol?

HTTP is classified as a stateless protocol. HTTP is classified as a stateless protocol.


What protocol is is used by the web and known as HTTP?

The name of the protocol is "HTTP". Short for HyperText Transport Protocol.


What is HTML stateless protocol?

HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, including ActiveX, Java, JavaScript and cookies.


A protocol of the website?

Hypertext Transfer Protocol (HTTP)


What protocol is used to transfer a file from a web server to a web browser?

The protocol for all web transactions is Hypertext Protocol..HTTP


What protocol do web browsers use to acceses documents on the world wide web?

Http - Hyper Text Transport Protocol


What is the standard protocol for retrieving websites?

The protocol for retrieving web resources is the HTTP 1.1 protocol which is defined in: http://tools.ietf.org/html/rfc2616


What is the protocol PREFIX for Hypertext Transfer PROTOCOL?

The protocol PREFIX for Hypertext Transfer Protocol (HTTP) is "http://". This is used to identify resources on the web and is commonly seen in website URLs.


Why is HTTP is known As Stateless Protocol?

HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, including ActiveX, Java, JavaScript and cookies.


What does the http in a website address refers to?

The term means Hypertext Transfer Protocol and has nothing to do with being an abbreviated form of a web address.


Is http a connection oriented protocol?

No, HTTP (Hypertext Transfer Protocol) is not a connection-oriented protocol; it is a connectionless protocol. HTTP operates over TCP, which is a connection-oriented protocol, but HTTP itself does not establish a persistent connection for communication. Each request-response cycle in HTTP is independent, meaning that after a response is sent, the connection can be closed, making it suitable for stateless transactions.