]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/bootstrap/class_HubBootstrapGenSessionIdFilter.php
Bootstrap filters filled with some content (basicly...)
[hub.git] / application / hub / main / filter / bootstrap / class_HubBootstrapGenSessionIdFilter.php
index 7322119d5a5870d64fd73470f5f1e72f3bfc69a8..7ebe0957f86dfec99e3dff02974f2c57479a0f00 100644 (file)
@@ -63,8 +63,10 @@ class HubBootstrapGenSessionIdFilter extends BaseFilter implements Filterable {
                        throw new FilterChainException($this, self::EXCEPTION_FILTER_CHAIN_INTERCEPTED);
                } // END - if
 
-               // Implement this!
-               $this->partialStub('Please implement this method.');
+               // ------------------- More generic bootstrap steps -------------------
+               // Generate the session id which will only be stored in RAM and kept for
+               // the whole "session".
+               $nodeInstance->bootstrapGenerateSessionId();
        }
 }