[PHP-WIN] Re: About "no-cache"

2001-08-26 Thread science
Hi, Well, I didn't write the counting number into the cookie. For example: I use "if(isset$test)" so when I reload the page the variable $test is still set so that it will count again. I wonder if there is any ways to prevent this situation? Thanks DP "Matthias Maar" <[EMAIL PROTECTED]> ¼¶¼g©ó

[PHP-WIN] Re: About "no-cache"

2001-08-23 Thread Matthias Maar
Hi. Do you really think preventing the browser from caching the page is what you need here? I think no. Whenever the page is shown/reloaded you need to check if the user already has been "counted". This may be done by setting some information in a cookie (you mentioned one). The code for your cou