OZONE Asylum
Forums
Getting to know the Grail
Recent Visit Pill Color Reset Issue
This page's ID:
21361
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Ok, I just pressed some ctrl-key sequence that closed my browser after I had nearly finished a huge post. So you get a breif version due to my stupidity. I believe that the issues here might be caused by how the caching is working. I want to remove no-store and must-revalidate from the headers being sent by the server to the browser, these two headers have to be causing a whole lot of problems. The must-revalidate will cause the browser to reload the pages even on a back and forward navigation. The no-store while it could be included might not be necessary. So I am going to reccomend changing the header sections of lines 80-84 of grailapi.php from [code] header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); header("Cache-control: private"); [/code] to [code] header ("Cache-Control: private, pre-check=0, post-check=0, max-age=0"); header ("Expires: 0"); header ("Pragma: no-cache"); [/code] I also added an Expires to make the page immediately go stale, it might help things out. I want to hash this out with TP to actually see where his code was coming from before I go and make any changes. So after I discuss this with TP I might test it and see if anything good comes from this. [url=http://www.codetown.org] [img]http://www.codetown.org/img/sig/robot_002.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »