<div dir="ltr"><div>First a side point: Why PHP 7.1? The 16.04 LTS version is 7.0 and it runs Drupal 7 successfully.<br><br>Second, check the settings.php for each site, and make sure that you have values for the following:<br><br>ini_set('session.gc_maxlifetime', 200000);<br>ini_set('session.cookie_lifetime', 200000);<br>$cookie_domain = '.<a href="http://example.com">example.com</a>'; // Set a unique FQDN for each site.<br><br></div><div>Third, are you sharing tables across sites? If so, then this is not something you should do for various reasons, among which the most important is the inability to decouple the sites to various servers in the future. It can also cause this log out issues.<br><br></div><div>Fourth, check your users table and make sure there is an entry for anonymous users, with uid 0.<br><br></div><div><br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 21, 2018 at 5:26 AM, Ronald Barnes <span dir="ltr"><<a href="mailto:ron@ronaldbarnes.ca" target="_blank">ron@ronaldbarnes.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello,<br>
<br>
I have a Drupal 7 setup (migrated from Drupal 6) in a multi-site configuration.<br>
<br>
<br>
One of the sites logs me out on roughly every form submission or every 2nd click on a menu item, etc.<br>
<br>
<br>
Cleared cache(s), rebuilt node permissions, etc.<br>
<br>
<br>
I'm at a complete loss.<br>
<br>
I know there are some other Drupal users here - I'd love to hear any suggestions...<br>
<br>
<br>
Drupal 7.56<br>
Ubuntu 16.04<br>
PHP 7.1<br>
<br>
<br>
<br>
Thanks!<br>
<br>
r b<br>
<br>
______________________________<wbr>_________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listi<wbr>nfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br></div>
</div>