Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
JHttpScenarioGlobalContext com.griddynamics.jagger.invoker.scenario.JHttpScenarioGlobalContext.withGlobalCookie ( String  name,
String  value 
)

Sets cookie for all steps.

Definition at line 94 of file JHttpScenarioGlobalContext.java.

94  {
95  initHeadersIfNull();
96  this.globalHeaders.add("Cookie", name + "=" + value);
97  return this;
98  }