<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017334" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017334</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/chilisoft-asp-and-wierd-server-cache-thingy#comment-1101411</link>
    <description> &lt;p&gt;if you arent using session variables at all (they are sometimes a necerssary evil) the simply use :&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;%@ &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ENABLESESSIONSTATE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;False &lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
?&amp;gt;&lt;/p&gt;
&lt;p&gt;here is a link about the pros and cons of using session variables&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.4guysfromrolla.com/webtech/092098-2.shtml&quot; class=&quot;bb-url&quot;&gt;4guysfromrolla.com/webtech/092098-2.shtml&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 13 Feb 2002 14:07:07 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1101411 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/chilisoft-asp-and-wierd-server-cache-thingy#comment-1101272</link>
    <description> &lt;p&gt;If you want to make sure the page doesn&#039;t get cached try including the following at the top of your page:&lt;/p&gt;
&lt;p&gt;Response.AddHeader &quot;cache-control&quot;, &quot;private&quot;&lt;br /&gt;
Response.Addheader &quot;pragma&quot;, &quot;no-cache&quot;&lt;br /&gt;
Response.Expires = 0&lt;/p&gt;
&lt;p&gt;Be sure to delete your cache first &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Feb 2002 14:13:37 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1101272 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/chilisoft-asp-and-wierd-server-cache-thingy#comment-1101205</link>
    <description> &lt;p&gt;that&#039;s not the problem, the exact same error with the exact same line of code (including the semicolon) is displayed, even if the file no longer exists on the server.&lt;/p&gt;
&lt;p&gt;i figured out a fix though.  if file1.asp includes file2.asp, and you want to change something in file2.asp (such as fix an error) you need to re-upload both file1 and file2 for changes in file2 to be visible.  after reading a bit more about ASP i think it may have to do with the session, once the included file is in memory ASP doesn&#039;t think it needs to read it again, but it should at least check to see if it&#039;s been modified...&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Feb 2002 00:36:53 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1101205 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/chilisoft-asp-and-wierd-server-cache-thingy#comment-1101198</link>
    <description> &lt;p&gt;Try removing the () like:&lt;/p&gt;
&lt;p&gt;response.write &quot;blah blah blah&quot;&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Feb 2002 22:38:34 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1101198 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
