Bug #16333
closedCaching problem with Opera
0%
Description
In IE and Mozilla tt_products works fine with activated caching option (config.sendCacheHeaders = 1). But Opera doesn't refresh the basket if you only use a link to open the basket page.
The reason for this is a change in class.tslib_fe.php: As Ole Tange proposed the "Cache-Control" is set to "private" which tells the browser to decide whether to cache the page or not. Opera in this special situation decides to cache while the other browsers refresh the page. If you deactivate the caching option no cache header is sent which leads to the same behaviour.
So, if we step back to the old behaviour, setting the "Cache-Control" to "no-cache" etc., the problem with Opera and the basket could be solved.
Any doubts?
Regards
Bjoern Kraus
---
Phoenix websolutions
http://www.phoenixwebsolutions.de
(issue imported from #M3815)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - PHP Version deleted (
5)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.