answersLogoWhite

0

Client closed browser what will happen at server side?

Updated: 8/18/2019
User Avatar

Wiki User

11y ago

Best Answer

Generally, nothing. The server-side will maintain state in whatever manner it was doing so, but HTTP by itself is a stateless protocol. The web server does not know, nor care, if the browser is open, closed, and stuck on the far-side of the moon.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Client closed browser what will happen at server side?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

If internet is a client server network?

For the internet; your web browser is the client and the web server is the server.


What is the difference between mysap and sap?

SAP - Client (installed)/Server mySAP web browser (Client)/Server


Explain how HTTP is used in client-server system?

HTTP (web traffic) may be used in either peer to peer networks or client server networks. Either way, it is the same protocol. It is used to transmit a browser request to a web server or to transfer a page from a web server to a client browser.


How chrome work?

Chrome is a web browser which works the client-server way. It receives data from client and gets it to the server and vice versa.


What is Client Server mechanism?

Client side (web browser) where user types his/her query and web browser sends request to server side (multiple data provider) reads the query and in response provides respective data to the client in HTML format. its a repetitive cycle called request and response between client and server.


The main purpose of a browser is to?

The main purpose of a browser is to connect a client to a server. Data has to be transferred between both.


What is the meaning of Google Chrome browser?

Google Chrome browser is a web client-server browser. It can be used to display and view web pages.


What is client program?

As far as web programming is concerned, client side programming is code that runs in the web browser, rather than the web server. JavaScript is an example of client side scripting because the code is sent to the browser, at which point it is executed. PHP is an example of server side scripting because the code is executed on the server, and the resulting code is sent to the browser and displayed.


1 For a communication session between a pair of processes which process is the client and which is the server?

with the Web, a browser is a client process and a Web server is a server process. With p2p file sharing, the peer that is downloading the file is labeled as the client, and the peer that is uploading the file is labeled as the server.


What is the difference between client and server on the data communication network?

A server will receive connections from a client, and the client will usually receive some service from the server. When you're browsing web sites online, those web sites are hosted on servers. Your web browser acts as a client to connect to the server and interact with it.


Is Java a Client or Server side scripting language?

Both. It runs on the browser but can request from a Server. Similarly to Ajax the side is unclear. Client side is the best fit with requests.


What controls application communication with server processes such as the Win32 subsystem?

with the Web, a browser is a client process and a Web server is a server process. With p2p file sharing, the peer that is downloading the file is labeled as the client, and the peer that is uploading the file is labeled as the server .