<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automatically refresh landing page. in Vault Forum</title>
    <link>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9065007#M22085</link>
    <description>&lt;P&gt;Caching is a "sensitive" topic for web browsers, with each one behaving a little differently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to add this to your HTML page's head section:&lt;/P&gt;
&lt;P&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;meta http-equiv="Pragma" content="no-cache" /&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;meta http-equiv="Expires" content="0" /&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the first force-refresh, the browser &lt;EM&gt;may&lt;/EM&gt; respect this and reload the page every time&lt;/P&gt;
&lt;P&gt;Would be curious to hear how this works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you think that a forced-refresh behavior would be useful to others in the Vault community: post the idea on the Idea Station, and we'll see what people think.&amp;nbsp; This is not quite a democracy, but we do monitor the Idea Station, so if an idea gets enough votes ...&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 14:40:49 GMT</pubDate>
    <dc:creator>olegd.prod</dc:creator>
    <dc:date>2019-10-03T14:40:49Z</dc:date>
    <item>
      <title>Automatically refresh landing page.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9062442#M22083</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been fiddling around with the landing page of our vault server. My main goal was to provide updates for other CAD drawers who are not within earshot, so to speak, regarding updated libraries, product releases, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently the landing page html file has been replaced with a new one on the server. The Vault Client still shows the previous landing page though, even after restarting the client.&lt;/P&gt;&lt;P&gt;I am aware of the fix to clear IE browser history, but as i intend to update the landing page with fresh info every now and then...&lt;/P&gt;&lt;P&gt;having to send an email to the other CAD users that they need to clear their browser history kind of defeats the purpose of having a customizable server sided landing page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way i can force Vault clients to update it's landing page on start up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Mees&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 14:34:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9062442#M22083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-02T14:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically refresh landing page.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9064490#M22084</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The short answer is no.&amp;nbsp; BUT... depending on what browser you and your users are using, there may be a way, in the browser settings, to control how often the history and cookies cache are cleared.&amp;nbsp; Maybe there is a way to tell Chrome, for example, to clear the history and cookies each time a browser is opened?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 11:13:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9064490#M22084</guid>
      <dc:creator>cbenner</dc:creator>
      <dc:date>2019-10-03T11:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically refresh landing page.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9065007#M22085</link>
      <description>&lt;P&gt;Caching is a "sensitive" topic for web browsers, with each one behaving a little differently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to add this to your HTML page's head section:&lt;/P&gt;
&lt;P&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;meta http-equiv="Pragma" content="no-cache" /&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;meta http-equiv="Expires" content="0" /&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the first force-refresh, the browser &lt;EM&gt;may&lt;/EM&gt; respect this and reload the page every time&lt;/P&gt;
&lt;P&gt;Would be curious to hear how this works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you think that a forced-refresh behavior would be useful to others in the Vault community: post the idea on the Idea Station, and we'll see what people think.&amp;nbsp; This is not quite a democracy, but we do monitor the Idea Station, so if an idea gets enough votes ...&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 14:40:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9065007#M22085</guid>
      <dc:creator>olegd.prod</dc:creator>
      <dc:date>2019-10-03T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically refresh landing page.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9072603#M22086</link>
      <description>&lt;P&gt;Well... it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first i added the entire &amp;lt;head&amp;gt; section, and it didn't work.&lt;/P&gt;&lt;P&gt;Then i realized there already was a &amp;lt;head&amp;gt; section, so i copied your &amp;lt;head&amp;gt; section content into the already present &amp;lt;head&amp;gt; section. (i am not very &lt;EM&gt;proficient&lt;/EM&gt; in html)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the first force refresh, it worked as intended (changes to server index.html show on vault client start up).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Mees&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 08:42:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/9072603#M22086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-08T08:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically refresh landing page.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/10968359#M22087</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1959959"&gt;@olegd.prod&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to say thanks for the suggestion.&amp;nbsp; Our client tried it and that resolved the issue for them and they had been struggling with for some time now.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 20:28:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/10968359#M22087</guid>
      <dc:creator>hwhite</dc:creator>
      <dc:date>2022-02-23T20:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically refresh landing page.</title>
      <link>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/10968433#M22088</link>
      <description>Glad to hear it!&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Feb 2022 21:04:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/automatically-refresh-landing-page/m-p/10968433#M22088</guid>
      <dc:creator>olegd.prod</dc:creator>
      <dc:date>2022-02-23T21:04:53Z</dc:date>
    </item>
  </channel>
</rss>

