|
-
Jan 26th, 2006, 02:42 AM
#1
Thread Starter
Addicted Member
clear cache automatically
is it possible to clear the cache automatically?
-
Jan 26th, 2006, 03:17 AM
#2
Member
Re: clear cache automatically
PHP is server-side, so i would say no (could be wrong, but im pretty sure its not possable). You can add headers to your php pages so browsers do not cash them.
-
Jan 26th, 2006, 04:22 AM
#3
Re: clear cache automatically
What are you trying to achieve?
-
Jan 26th, 2006, 04:54 PM
#4
Re: clear cache automatically
Ask yourself this question. Would you like it if I gave you a link, which when you clicked, cleared your Internet Cache?
This is the reason why it cannot be done.
-
Jan 26th, 2006, 11:09 PM
#5
Hyperactive Member
Re: clear cache automatically
maybe if it only cleared the cache for the specific domain. I think that would be possible.
Without balance, there could only be chaos.
Without chaos, there could be no balance.
I live with karma. Eat with destiny. Dream of life without shackles....
Yet. If life had no consequences, life could not exist, nor could it flourish.
If at first you dont succeed.You're screwed.
C++/Java NOOB.
I aint a professional at PHP, but if i can help i will.
-
Jan 27th, 2006, 01:50 AM
#6
Re: clear cache automatically
You can only ask the client not to cache the content in the first place by sending cache controlc headers.
-
Jan 27th, 2006, 02:13 AM
#7
Hyperactive Member
Re: clear cache automatically
thats kinda what i meant.
Without balance, there could only be chaos.
Without chaos, there could be no balance.
I live with karma. Eat with destiny. Dream of life without shackles....
Yet. If life had no consequences, life could not exist, nor could it flourish.
If at first you dont succeed.You're screwed.
C++/Java NOOB.
I aint a professional at PHP, but if i can help i will.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|