ZAP API — httpSessions
ZAP API — httpSessions. 16 operations. Lead operation: httpSessions. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
MCP Tools
adds-default-session-token-given
Adds a default session token with the given name and enabled state.
adds-session-token-given-site
Adds the session token to the given site.
creates-empty-session-given-site
Creates an empty session for the given site. Optionally with the given name.
removes-default-session-token-given
Removes the default session token with the given name.
removes-session-given-site
Removes the session from the given site.
removes-session-token-given-site
Removes the session token from the given site.
renames-session-given-site
Renames the session of the given site.
sets-given-session-active-given
Sets the given session as active for the given site.
sets-whether-not-default-session
Sets whether or not the default session token with the given name is enabled.
sets-value-session-token-given
Sets the value of the session token of the given session for the given site.
unsets-active-session-given-site
Unsets the active session of the given site.
gets-name-active-session-given
Gets the name of the active session for the given site.
gets-default-session-tokens
Gets the default session tokens.
gets-names-session-tokens-given
Gets the names of the session tokens for the given site.
gets-sessions-given-site-optionally
Gets the sessions for the given site. Optionally returning just the session with the given name.
gets-all-sites-that-have
Gets all of the sites that have sessions.