The max-requests-per-session Element"

From Documentation
(Created page with '{{ZKConfigurationReferencePageHeader}} == The max-requests-per-session Element == [Default: 5] It specifies the maximal allowed number of concurrent requests per session. Each…')
 
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
== The max-requests-per-session Element ==
+
'''Syntax:'''
 +
<max-requests-per-session>''a_number''</max-requests-per-session>
 +
 
 
  [Default: 5]
 
  [Default: 5]
  

Revision as of 14:42, 4 December 2010


The max-requests-per-session Element


Syntax:

<max-requests-per-session>a_number</max-requests-per-session>
[Default: 5]

It specifies the maximal allowed number of concurrent requests per session. Each time an user types an URL at the browser, it creates a request and the request ends after the response is sent to the browser. In other words, this number controls how many concurrent requests the same user can send.

A negative number means no limitation at all, but it is not recommended due to the possibility of the denial-of-service (DoS) attacks.

Version History

Last Update : 2010/12/04


Version Date Content
     



Last Update : 2010/12/04

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.