Skip to content

ApiGen_sessionManagement

thc202 edited this page Aug 17, 2019 · 7 revisions

ZAP 2.8.0 API

Component: sessionManagement

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

Clone this wiki locally