in reply to Re: Re: Preventing an image from caching
in thread Preventing an image from caching
use HTTP::Date qw(time2str); my $now = time2str(time); print "Expires: $now\nLast-modified: $now\n"; # add other headers here
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Preventing an image from caching
by andye (Curate) on Nov 28, 2000 at 15:45 UTC |