MCPcopy Create free account
hub / github.com/zaproxy/zaproxy / saveSession

Method saveSession

zap/src/main/java/org/parosproxy/paros/model/Model.java:166–168  ·  view source on GitHub ↗

This method should typically only be called from the Control class

(final String fileName, final SessionListener callback)

Source from the content-addressed store, hash-verified

164
165 /** This method should typically only be called from the Control class */
166 public void saveSession(final String fileName, final SessionListener callback) {
167 getSession().save(fileName, callback);
168 }
169
170 /** This method should typically only be called from the Control class */
171 public void saveSession(String fileName) throws Exception {

Callers 1

handleApiActionMethod · 0.45

Calls 2

getSessionMethod · 0.95
saveMethod · 0.65

Tested by

no test coverage detected