|
|
Posted 6/25/2009 5:42:23 PM |
|
|
Forum Member
Group: Forum Members
Last Login: 6/25/2009 5:22:39 PM
Posts: 36,
Visits: 63
|
|
I was using the Live HTTP Headers FF extension to see what gets sent back to the browser when using m.newsgator.com to see if the stale pages I was seeing on the Palm Pre were a browser problem.
Right now, the only cache/expiration-related header that the server's returning is "Cache-Control: private". This is appropriate, since this URL is specific to the user. However, this isn't sufficient to tell the browser that it needs to reload the page from the server whenever it's newly requested.
This really should also have either the no-cache or must-revalidate Cache-control action. That will tell the browser that it should check back with the NG server before displaying the page. Sending an Expires header with the page with a date that matches the page generation date would also do this. Right now, there's nothing that lets the Pre's browser know that it shouldn't just serve the stale page from the cache again.
|
|
|
|
Posted 6/26/2009 11:58:18 AM |
|
|
NewsGator
Group: Administrators
Last Login: 10/22/2009 4:37:22 PM
Posts: 357,
Visits: 933
|
|
Thank you for taking the time to look into this. I did the same thing using Fiddler and experienced the same behavior you described in your post.
At this time I will submit a case to have our development team change this behavior. I will keep you informed as I receive more details to the progress of changing this.
(Case# 166209)
Frank B.
Frank B.
NewsGator
|
|
|
|
Posted 7/17/2009 2:36:57 PM |
|
|
NewsGator
Group: Administrators
Last Login: 10/22/2009 4:37:22 PM
Posts: 357,
Visits: 933
|
|
We have implemented the suggestion provided by you, please let us know if you notice do or do not notice any changes.
-Frank B.
Frank B.
NewsGator
|
|
|
|