Question
Persistent Shared Object not being persistent
hi
my fms app maintains a persistent shared object to keep track of daily highscores, however whenever the app is reloaded or restarted all the data from the shared object is lost.
This is my SSAS:
this.todaysbest_so = SharedObject.get("todaysbest", true);
it seems like it should be so simple to implement, I can't see where it could be going wrong.
I've matched the persistence parameter when the client gets the remote object too:
this.todaysscores = SharedObject.getRemote("todaysbest", comms.uri, true);
any tips/ideas?
Thanks
my fms app maintains a persistent shared object to keep track of daily highscores, however whenever the app is reloaded or restarted all the data from the shared object is lost.
This is my SSAS:
this.todaysbest_so = SharedObject.get("todaysbest", true);
it seems like it should be so simple to implement, I can't see where it could be going wrong.
I've matched the persistence parameter when the client gets the remote object too:
this.todaysscores = SharedObject.getRemote("todaysbest", comms.uri, true);
any tips/ideas?
Thanks
