]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php
Hub project continued: (I have now a little more time)
[hub.git] / application / hub / main / filter / bootstrap / node / class_NodeBootstrapGenerateSessionIdFilter.php
index 4e0d06fbe0d045d71d6e03a1a82f6df340d77565..d047ff377a90a4f7a6e18c4b42cb6d63999d86be 100644 (file)
@@ -57,9 +57,10 @@ class NodeBootstrapGenerateSessionIdFilter extends BaseFilter implements Filtera
                // Get node instance
                $nodeInstance = Registry::getRegistry()->getInstance('node');
 
-               // ------------------- More generic bootstrap steps -------------------
-               // Generate the session id which will only be stored in RAM and kept for
-               // the whole "session".
+               /*
+                * Generate the session id which will only be stored in RAM and kept for
+                * the whole "session".
+                */
                $nodeInstance->bootstrapGenerateSessionId();
        }
 }