* Thus wrote Viraj Kalinga Abayarathna ([EMAIL PROTECTED]): > > header("Cache-control: private"); > > p.s. > and also if there is any one wo knows what exactly this header line > means, > please post a brief decription. thanks.
private means that only the intended person that is getting this file is able to cache it. So if you're going through a proxy that proxy must not cache that file. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php