Http session persistence on tcp disconnect
问题 Concerning an HTTP session: It is either implemented via cookies or URL rewriting. Since the HTTP 1.1 uses persistent connections, I assume that a session is invalidated when a TCP connection disconnects. Or not? I am confused on this since otherwise the behavior using cookies vs URL-rewriting would not be the same,right?I mean the browser does not store the values part of the URL-rewriting to disk, correct? Additionally if it is not, how could we programmatically invalidate it on the server