Project

General

Profile

Actions

Defect #1192

closed

IE 6.0 Timeout Problem

Added by Muneeb Shaukat about 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

Also available in: Atom PDF