Hi, What's the most common way to control the client-side caching of pages in a system which uses Mason.
I thought the Mason autohandlers and components were an ideal way to set up variable expiry dates in the pages. I've got it working under IE but I've discovered that Netscape is ignoring the instructions. What does everybody else do? Here's an example of a page which won't cache under Netscape: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <meta http-equiv="expires" content="Wed, 17 Jan 2007 18:23:31 GMT" ></meta> <style type="text/css"> <!-- @import url(../gen_styles.css); --> </style> <title> Fantasy Cricket Online </title> </head> <body> yyyxxxxxxxxxxx<br/> dev .... /usr/local/apache/cgi-bin/dev <br/> <!--******************************************************************** * * Name: rpt_AllTeams.htm * * 14.0 - 11 Nov 06 - Initial version * *********************************************************************--> <h2> Complete List Of Teams</h2> <a href="../viewtables.htm">Back</a> <table class="rep"> <tr><th>Team No</th><th>Team Name</th><th>Manager</th></tr> <tr><td>226</td><td><a class="linkintable" href="rpt_TeamDetail.htm?team_no=226"> T</a></td><td><a class="linkintable" href="rpt_TeamDetail.htm?team_no=226"> T</a></td></tr> <tr><td>227</td><td><a class="linkintable" href="rpt_TeamDetail.htm?team_no=227"> DDDDDDDDDDD</a></td><td><a class="linkintable" href="rpt_TeamDetail.htm?team_no=227"> DDDDDDDDDDD</a></td></tr> <tr><td>228</td><td><a class="linkintable" href="rpt_TeamDetail.htm?team_no=228"> FFF</a></td><td><a class="linkintable" href="rpt_TeamDetail.htm?team_no=228"> F</a></td></tr> </table> <p class="type_span">Wed, 17 Jan 2007 17:23:31 GMT</p> </body> </html> Regards Duncan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mason-users mailing list Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users