I am outputting pages which include embedded javascript .js files.
The problem is that the old files are being cached by the browser (IE 5.0) unless I manually refresh.
I am using PHP 4.0RC1 and PHPLIB 7.2b and sessions are working fine.
I have tried setting allowcache = "no" in my session instances but it doesn't seem to help.
Any suggestions would be very appreciated.
Thank you.