/** Sets the inSession meta val */
 public void metaSetInSession(Boolean val) {
   Meta.put("inSession", val);
 }