Package burp.api.montoya.http.sessions
Interface CookieJar
public interface CookieJar
Provides access to Burp's Cookie Jar functionality.
-
Method Summary
-
Method Details
-
setCookie
Add a new HTTP cookie to the Cookie Jar.- Parameters:
name
- The name of the cookie.value
- The value of the cookie.path
- The path for which the cookie is in scope ornull
if none is set.domain
- The domain for which the cookie is in scope.expiration
- The expiration time for the cookie, ornull
if none is set (i.e., for non-persistent session cookies).
-
cookies
-