HTTP/1.1 -- who disconnects the session?

HTTP/1.1 spec indicates that the web server keeps session open.  The 
default is a persistent connection.

I have not seen anything that indicates specifics on when the connection is 
dropped, and whether the user agent or the server initiates the disconnect.

Are there any guidelines on how long a connection can remain open?  For 
example, can a Java applet tunnel some application exchanges through an 
HTTP/1.1 persistent connection?

Michael Giroux

Received on Thursday, 5 June 1997 18:18:50 UTC