solidDB Help : solidDB reference : Server-side configuration parameters : HTTP SQL Access section
  
HTTP SQL Access section
The following table describes the parameters that can be used in the [Http] section of the server-side solid.ini file.
For a description of the access modes, see Access mode and persistence of parameter modifications.
 
[Http]
Description
Factory value
Access mode
AllowConnect
If set to yes, the server accepts HTTP/HTTPS requests.
no
RW/
Startup
MaxURLLength
Maximum length (in characters) of HTTP client request.
100000
RW/
Startup
Secure
If set to no, non-encrypted HTTP requests are possible.
Note User names and passwords are sent over the network in plain text when using plain HTTP protocol. By default, clients must always use HTTPS.
yes
RW/
Startup
SessionLimit
Maximum number of concurrent open HTTP sessions.
50
RW/
Startup
SessionTimeout
Timeout (in seconds) for idle HTTP sessions.
60
RW/
Startup
Go up to
Server-side configuration parameters