fixed
Ext.state.Manager.setProvider should be in the init method, not in the launch method
init: function(application) {
...
Type: Posts; User: kseregal
fixed
Ext.state.Manager.setProvider should be in the init method, not in the launch method
init: function(application) {
...
Hello.
Sorry for my bad english.
Now I understand Ext.state.Stateful. I use cookieProvider.
Conceptually, I can not understand one thing.
Everything seems to work, cookies are created, events...