Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Session / SessionManager.php
index 95495cfd033dffc9a418f50635cde3e25c6bad12..607103109dbcc809520b236665fd2ca0b4377670 100644 (file)
@@ -120,8 +120,9 @@ class SessionManager extends NativeSessionStorage implements SessionManagerInter
 
     if (empty($result)) {
       // Randomly generate a session identifier for this request. This is
-      // necessary because \Drupal\user\SharedTempStoreFactory::get() wants to
-      // know the future session ID of a lazily started session in advance.
+      // necessary because \Drupal\Core\TempStore\SharedTempStoreFactory::get()
+      // wants to know the future session ID of a lazily started session in
+      // advance.
       //
       // @todo: With current versions of PHP there is little reason to generate
       //   the session id from within application code. Consider using the