Avinandan Bhattacharjee a écrit :
Hi, if in bug #4295( https://sourceforge.net/p/phpmyadmin/bugs/4295/) we increase the time in usleep i think up to 60 secs then it will be fine or if we write a function that checks the size of import and if size is large then accordingly change the time. I am working in writing the function. Is the approach correct?
Hi, I don't see how increasing the sleep time would help. As the bug reporter wrote, the session is already expired, therefore the while loop won't end.