I use some data from page url = when the page is loaded with some parameter ( for example http://xxx.xxx.xxx/index.php?param1=111¶m2=222 ) I can use this data in my form🙂
Thats ok
But when I later load the same page without second parameter ( for example )http://xxx.xxx.xxx/index.php?param1=111 ) the data array of this page still holds the param2 value. So if I check the value on that page ( if param2=222 ) I still get true even if this parameter is not present in the url. It is still in a cache.
​
Where is the problem ? How can I clear a cache that holds the param2 ?
Thats ok
But when I later load the same page without second parameter ( for example )http://xxx.xxx.xxx/index.php?param1=111 ) the data array of this page still holds the param2 value. So if I check the value on that page ( if param2=222 ) I still get true even if this parameter is not present in the url. It is still in a cache.
​
Where is the problem ? How can I clear a cache that holds the param2 ?