Project

General

Profile

Actions

Defect #1192

closed

IE 6.0 Timeout Problem

Added by Muneeb Shaukat almost 16 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-05-06
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

People who are working in IE 6.0 for a longer time, start getting timeout issues randomly after sometime.
Anonther site that has an API for ruby...addresses this issue like this

"IE6 Timeout The infamous timeout issue with IE6 in a deployed environment. Most of you have noticed that ZiYa is working great on IE6 localy, but are getting a timeout once you‘ve deployed to your server. We have added a :cache option to the ziya_html helper which forces the browser to refresh the url. By default this option is set to false. The other issue with caching an IE6 is that you will need to setup your request header in your controller as follows :
def load_chart
chart = Ziya::Charts::Bar.new
....
response.headers["Cache-Control"] = "no-cache"
render :xml => chart.to_xml
end
"

Actions #1

Updated by Jean-Philippe Lang almost 16 years ago

For now, you could switch to a decent browser eg. firefox :-)

Actions #2

Updated by Muneeb Shaukat almost 16 years ago

Yup i do use firefox....but in many places....like my company policies (rubbish though) still state to use ie6 and majority has to use this.

Actions #3

Updated by Toshi MARUYAMA about 13 years ago

  • Priority changed from High to Low
Actions #4

Updated by Toshi MARUYAMA about 11 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF