search result refresh not working

T

Trevor

Guest
If I perform a search and then view a record from the list of search results. I am then unable to use the ' Back 'function of the browser to view again the search result list. Instead I get a warning message: "The page you are trying to view contains POSTDATA that has expired from cache. If you resend the data, any action the form carried out (such as a search or online purchase) will be repeated. To resend the data, click OK. Otherwise, click Cancel." - when using Mozilla
or " Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.

To re-submit your information and view this Web page, click the Refresh button " - when I use Internet Explorer.
So I installed older versions , DADABIK v3.0 and v3.1 and there was no problem - only with DADABIK v3.2 and v4.0

What is the difference between the DADABIK versions and is there a known correction
for the v3.2 and v4.0 ( which are the versions I want to use )
I would really appreciate some help with this issue.
 
A

alpha2zee

Guest
Maybethis will help:

http://shiflett.org/articles/guru-speak-nov2004

and

http://support.microsoft.com/kb/183763/EN-US/
 
T

Trevor

Guest
Thanks a lot - I found my solution at the
site http://shiflett.org/articles/guru-speak-nov2004,

Seems to have been due to a cache issue .

In the common_start.php change the line :-

ini_set('session.cookie_path', $site_path);

so that it reads :-

ini_set('session.cache_limiter', '');
 
Top