Re: [PHP] Re: client side cache

2003-06-24 Thread Cesar Cordovez
Hi! I used to have this problem until I started using in all of my scripts the following: Click here to go to what ever", $url); >? Whith this, the cache of your client will 'think' it is a different page and force it to load it. Cesar Jean-Christian

[PHP] Re: client side cache

2003-06-23 Thread Jean-Christian IMbeault
Aljosa Mohorovic wrote: > i have problems with client side cache, how can i disable it? > i use this, but it still caches pages. What are your problems exactly and what is the client? Remember that the client might not be honouring your caching headers and if that is the case