forked from docs/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
13 lines
846 B
HTML
13 lines
846 B
HTML
<a name="elb_faq_0126"></a><a name="elb_faq_0126"></a>
|
|
|
|
<h1 class="topictitle1">What Are the Differences Between Persistent Connections and Sticky Sessions?</h1>
|
|
<div id="body1588062428635"><p id="elb_faq_0126__p166948440277">Persistent connections are not necessarily related to sticky sessions.</p>
|
|
<p id="elb_faq_0126__p7694194416271">A persistent connection allows multiple data packets to be sent continuously over a TCP connection. If no data packets are sent over the connection, the client and the server need to send link detection packets to each other. Sticky sessions enable all requests from the same client during one session to be sent to the same backend server.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="elb_faq_0190.html">Sticky Sessions</a></div>
|
|
</div>
|
|
</div>
|
|
|