mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 14:46:13 +03:00
Updated Reference Manual (v2.x) (mediawiki)
parent
5fa7f13d98
commit
0c083a1851
@ -4667,7 +4667,7 @@ Every collection contains several built-in variables that are available and are
|
||||
#'''IS_NEW''' - set to 1 if the collection is new (not yet persisted) otherwise set to 0.
|
||||
#'''KEY''' - the value of the initcol variable (the client's IP address in the example).
|
||||
#'''LAST_UPDATE_TIME''' - date/time of the last update to the collection.
|
||||
#'''TIMEOUT''' - date/time in seconds when the collection will be updated on disk from memory (if no other updates occur). This variable may be set if you wish to specifiy an explicit expiration time (default is 3600 seconds).
|
||||
#'''TIMEOUT''' - date/time in seconds when the collection will be updated on disk from memory (if no other updates occur). This variable may be set if you wish to specifiy an explicit expiration time (default is 3600 seconds). The TIMEOUT is updated every time that the values of an entry is changed. The expiration is set by entry not to the entry collection.
|
||||
#'''UPDATE_COUNTER''' - how many times the collection has been updated since creation.
|
||||
#'''UPDATE_RATE''' - is the average rate updates per minute since creation.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user