Open theryankelly opened 8 years ago
Another error in the same location:
The same exception was thrown on a different account but does not mention 'uid's:
Each of these errors cites an exception in _drupal_session_read()
in the session.inc file. Based on the following documentation, I suspect the error may be related to caching.
// If enforcing a minimum cache lifetime, validate that the data is // currently valid for this user before we return it by making sure the cache // entry was created before the timestamp in the current session's cache // timer. The cache variable is loaded into the $user object by // _drupal_session_read() in session.inc. If the data is permanent or we're // not enforcing a minimum cache lifetime always return the cached data. // If the cached data is temporary and subject to a per-user minimum // lifetime, compare the cache entry timestamp with the user session // cache_expiration timestamp. If the cache entry is too old, ignore it.
Source: http://cgit.drupalcode.org/sandbox-heyrocker-1145636/commit/?id=bee710e