mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-02 22:54:54 +03:00
setsid allows for SESSION variable to be used
@@ -3433,7 +3433,7 @@ SecRule REQUEST_COOKIES:PHPSESSID !^$ "nolog,pass,id:138,setsid:%{REQUEST_COOKIE
|
||||
</pre>
|
||||
Note
|
||||
|
||||
After the initialization takes place, the variable SESSIONID will be available for use in the subsequent rules. This action understands application namespaces (configured using SecWebAppId), and will use one if it is configured.
|
||||
After the initialization takes place, the variable SESSION will be available for use in the subsequent rules. This action understands application namespaces (configured using SecWebAppId), and will use one if it is configured.
|
||||
|
||||
Setsid takes an individual variable, not a collection. Variables within an action, such as setsid, use the format [collection].[variable] .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user