forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
ApiGen_sessionManagement
thc202 edited this page Aug 17, 2019
·
7 revisions
Name | Type | Parameters | Description |
---|---|---|---|
getSupportedSessionManagementMethods | view | Gets the name of the session management methods. | |
getSessionManagementMethodConfigParams | view | methodName* | Gets the configuration parameters for the session management method with the given name. |
getSessionManagementMethod | view | contextId* | Gets the name of the session management method for the context with the given ID. |
setSessionManagementMethod | action | contextId* methodName* methodConfigParams | Sets the session management method for the context with the given ID. |
Starred parameters are mandatory
Back to index