Search: "sticky session"
HTTPS settings - Dynamic Route for CDN Documentation
, such as session IDs or cookies, or other potential safety hazards.Integrity verification of data is carried out during ...
Create a subscription DDH - Dedicated Host Documentation
DDH Failure as required. This check box is selected by default. Select Set UDP Session Timeout Period as required ...
SHOW - Data Lake Analytics Documentation
DATABASE() to view the schemas of the current session. mysql select database();+----------------+ database ...
TIMESTAMPADD - Realtime Compute Documentation
session time zone. The data type of the return value of this function is the same as that of datetime_expr. Examples ...
DEALLOCATE PREPARE - E-MapReduce Documentation
named statement from a session. Examples --- Release the query named my_query DEALLOCATE PREPARE my_query; ...
PREPARE - E-MapReduce Documentation
a precompiled statement for subsequent executions. A precompiled statement is a set of query statements saved to a session. The ...
USE - E-MapReduce Documentation
current session to use the specified catalog and schema. The schema in the current catalog is used if no catalog is specified. Examples USE hive.finance; USE information_schema; ...