Re: [PHP] Flushing image from database to browser - how to get itcached??

2002-12-23 Thread Dries Verachtert
Hello, I think you have two possibilities: * use session_cache_limiter() : you can find the explanation at http://www.php.net/manual/en/function.session-cache-limiter.php I guess you need the 'public' setting. * Add the headers yourself: for example at

Re: [PHP] Flushing image from database to browser - how to get itcached??

2002-12-23 Thread Justin French
image.php needs to send appropriate headers for caching... of course, i have no idea what they are, because i've never done dynamic images :) don't *think* mod rewrite will affect/help anything here. Justin on 23/12/02 6:35 PM, Tim Molendijk ([EMAIL PROTECTED]) wrote: Hi all, I'm storing