Package burp.api.montoya.http.sessions
package burp.api.montoya.http.sessions
-
ClassDescriptionAn instance of this interface should be returned by
SessionHandlingAction.performAction(SessionHandlingActionData)
.Provides access to Burp's Cookie Jar functionality.Extensions can implement this interface and then callHttp.registerSessionHandlingAction(burp.api.montoya.http.sessions.SessionHandlingAction)
to register a custom session handling action.Information required for session handling.