<?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: Expedition logs out on page refresh in Expedition Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/expedition-discussions/expedition-logs-out-on-page-refresh/m-p/540116#M4555</link>
    <description>&lt;P&gt;Am seeing the same using 1.2.57 and 1.2.58&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 20:41:29 GMT</pubDate>
    <dc:creator>NicoZ</dc:creator>
    <dc:date>2023-04-25T20:41:29Z</dc:date>
    <item>
      <title>Expedition logs out on page refresh</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/expedition-logs-out-on-page-refresh/m-p/539616#M4547</link>
      <description>&lt;P&gt;After upgrading Expedition to 1.2.57 we are seeing behavior where upon page refresh while in the Expedition tool we are booted back out to the login screen.&amp;nbsp; Full disclosure, patching Ubuntu seemed to have broken apache2 so we had to delete apache, then run the Expedition installer script again to get it running again.&amp;nbsp; We can login and see our projects but when refreshing the page we are being logged out.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 20:28:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/expedition-logs-out-on-page-refresh/m-p/539616#M4547</guid>
      <dc:creator>dhoile</dc:creator>
      <dc:date>2023-04-20T20:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expedition logs out on page refresh</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/expedition-logs-out-on-page-refresh/m-p/540116#M4555</link>
      <description>&lt;P&gt;Am seeing the same using 1.2.57 and 1.2.58&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 20:41:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/expedition-logs-out-on-page-refresh/m-p/540116#M4555</guid>
      <dc:creator>NicoZ</dc:creator>
      <dc:date>2023-04-25T20:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expedition logs out on page refresh</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/expedition-logs-out-on-page-refresh/m-p/540378#M4563</link>
      <description>&lt;P&gt;I’m wondering if it is something with Apache’s configuration.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;####&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/32150653/apache-web-server-doesnt-allow-me-to-refresh-on-about-but-on-localhost-its-wor" target="_blank"&gt;.htaccess - Apache web server doesn't allow me to refresh on /about but on localhost its working fine - Stack Overflow&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey this is actually a pretty common thing.&lt;/P&gt;
&lt;P&gt;What's happening is you need to get your apache server to ignore any nested paths and just send all requests&amp;nbsp;/*&amp;nbsp;to root instead. That way your front-end javascript can pick up the route on the client-side and display the correct view.&lt;/P&gt;
&lt;P&gt;This is sometimes referred to as "HTML5 Mode" in different webservers.&lt;/P&gt;
&lt;P&gt;In apache the way you do this is add a rule like the following:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; RewriteEngine On&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; RewriteRule ^ - [L]&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; RewriteRule ^ /index.html [L]&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What this does is to tell Apache to serve any files that exist, but if they dont exist, just serve&amp;nbsp;/index.html&amp;nbsp;rather than a 404 not found.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 18:09:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/expedition-logs-out-on-page-refresh/m-p/540378#M4563</guid>
      <dc:creator>ChanlyBob</dc:creator>
      <dc:date>2023-04-27T18:09:50Z</dc:date>
    </item>
  </channel>
</rss>

