flush method

NySession flush()

Clear the session

Implementation

NySession flush() {
  Backpack.instance.sessionFlush(name);
  return this;
}