Support from Acquia helps fund testing for Drupal Acquia logo

Comments

azovsky created an issue. See original summary.

azovsky’s picture

Status: Active » Needs review
edward.radau’s picture

We were experiencing a similar issue but we found that for us the timeout settings for the session itself specifically session.gc_maxlifetime within php.ini was set to a length of time much shorter than was configured within the autologout configs so by the time the JS was about to double-check via those ajax posts the session had already been destroyed in the backend. For some reason this problem was more noticeable if the site has relatively higher traffic as the odds of the garbage collector being triggered was higher.

I don't know if this is happening to you as well but it's worth a look.