Add a value to the session
NySession add(String key, dynamic value) { Backpack.instance.sessionUpdate(name, key, value); return this; }