on all my ajax requests, like grid data loading, Ext.Ajax.request ... I test if user is still connected. If not, the json response is different from I expect. If user is not connected, the return will be a json with auth => false
. So everytime I get this, I want to have the same procedure : return to the login page.
How to do that, extend or refactor the load / ajax request callbacks ?
Thx !