I've added the following code to my PL/SQl package in the header section and I still believe IE8 is ignoring the fact that I don't want caching to happen. I'm displaying SSN's on the page and I don't want the page cached. Any ideas why it's
still caching?
htp.meta('Pragma', NULL, 'no-cache');
htp.meta('Expires', NULL, '-1');