在html / php中增加ie超时时间


Increasing internet explorer timeout in html / php

我用php编写了一个简单的facebook应用程序。应用程序加载时间超过ie浏览器允许的时间(在chrome和firefox中工作正常)。

不可能缩短装货时间。

可以通过HTML标签或PHP代码实现吗?

没有可以使用的HTML标签,最好的办法是发送一个带有长keep-alive的http头。

嘿,这是你的IE设置的问题,IE默认超时是60秒…请看你的脚本(Wamp服务器)的渲染(IE):

05:21:20
0<BR>1<BR>2<BR>3<BR>4<BR>5<BR>6<BR>7<BR>8<BR>9<BR>10<BR>11<BR>12<BR>13<BR>14<BR>15<BR>16<BR>17<BR>18<BR>19<BR>20<BR>21<BR>22<BR>23<BR>24<BR>25<BR>26<BR>27<BR>28<BR>29<BR>30<BR>31<BR>32<BR>33<BR>34<BR>35<BR>36<BR>37<BR>38<BR>39<BR>40<BR>41<BR>42<BR>43<BR>44<BR>45<BR>46<BR>47<BR>48<BR>49<BR>50<BR>51<BR>52<BR>53<BR>54<BR>55<BR>56<BR>57<BR>58<BR>59<BR><br />
<b>Fatal error</b>:  Maximum execution time of 60 seconds exceeded in <b>Somewhereovertherainbow</b> on line <b>9</b><br />

如你所见,在我的情况下,限制因素是php超时(可以改变,如果我想),而不是IE限制…

也许你把注册表弄乱了?