jeromegn localstorage プラグインhttps://github.com/jeromegn/backbone.localStorageを使用しています。
model.set(data);
model.save();
console.log(model) // I am getting the json
console.log(JSON.stringify(localStorage['Session'])); // I am getting the model's Id
モデルを保存しようとしていますが、モデルの Id のみを保存しているように見えますか?