is the search a cookie? is the search a cookie?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

is the search a cookie?

Started by bit bit spears, June 03, 2005, 12:22:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bit bit spears

hey everyone, i was wandering, does coppermine use a cookie to search? because i am having problems with it when users do "http://www.tangiblebrit" and just "http://tangiblebrit"
they say that it is giving results (on the next pages) for the images they searched for previously

Joachim Müller

the search results are cached in their browser. Make them force-refresh their browser.

bit bit spears

is there a way to clear the cache of the previous search upon submission of the next?

i really wanna know how to do this because it screws up my site ???

**Update**

Can you give me the code to clear the cache and then i can code it into the search by my own means?

Joachim Müller

it's the browser's cache, not the server's cache. You can't manipulate the client this way.