aa.jpg
There is a issue with me ,when i run query the data or upload file project ,my data is very large.so the session is timeout of the screen.the screem can not to display the message.and can not to get the returned value.what can i do ,can i override the ext-all.js,or add some javascript into this js?who can help me ,and thank you very much!
// Set Timeout Value globally
Ext.Ajax.timeout = 180000;
to your application --> after the extjs files, you can set the value globally and overwrite the i think 30seconds default timeout limit.
cheers,
squarefan
i think so,does the same as to the grid panel javascript?must i add the code into the every js? sometimes the panel or the gird timeout also. it not in the ajax request only? thank you!
Thank you for your input. This solution resolved my timeout issues. I use Ajax to query (SQL SELECT) records. When the number of records is large I experience timeouts and no data is displayed via Javascript.