Closed Bug 76644 Opened 23 years ago Closed 23 years ago

Cache isn't used when browsing session history

Categories

(Core :: Networking: Cache, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: sly, Assigned: darin.moz)

References

()

Details

When a page hasn't expired (or expiration date unknown?), Mozilla should load it
from the cache when the user is browsing session history, e.g. with the "back"
button.  Build 2001041808 reloads the page from the server.  It seems like it's
doing a plain GET request and doesn't even use If-modified-since.  For
performance reasons, I think it should just load it from the cache.

To reproduce:
1. Goto http://www.sily.net/cache-test.jsp
2. Click the "somewhere else" link.
3. Click the browser's "back" button.
4. Note that the page was refetched and the counter has incremented.

For more background/related information about this bug, see Bug #75098.
I couldn't reproduce this on the Win32 build.  So, I went back to my Linux box
and deleted the Cache and NewCache directories.  And that fixes it!  Oh well, I
guess I'll just close this bug then.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.