I have a page that is protected with a password but it seems that it is being cached and served even after logging out.
How do I prevent a single page being cached?
I have a page that is protected with a password but it seems that it is being cached and served even after logging out.
How do I prevent a single page being cached?
Set the constant DONOTCACHEPAGE when that page is generated and it won't be cached.
Excellent - thanks! But how do I do that?
Bob
This topic has been closed to new replies.