Retrieve another stores instance by name

fluxapp.registerStore('user', {
  logout: function() {
    var sessionStore = this.getStore('session');
  }
});

👍

On to Actions