Actions
Feature #17175
closedGet rid of &no_cache parameter
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-03-31
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
The &no_cache parameter can be used to disabling caching of a requested website. This is bad because it is not needed in most situations.
An idea to solve this:
Introduce a new pi-var (e.g. &pi_myext[no_cache]=1 that causes this particular extension part to be rendered as USER_INT instead of USER. This is still needed in situations like posting forms or shops, where the plugin content must not be cached.
(issue imported from #M5332)
Actions