Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Programming » HTTP web services » Using SQL Anywhere as an HTTP web server » Developing web service applications in an HTTP web server

 

Web services options

Web service options control various aspects of HTTP server behavior.

Use the following syntax to set a public option in an HTTP server:

SET TEMPORARY OPTION PUBLIC.http_session_timeout=100;

The following is a list of options that are commonly used in HTTP servers for application configuration:

For more information about SQL Anywhere database options, see Database options.