X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Ffilter%2Fbootstrap%2Fclass_HubBootstrapGenSessionIdFilter.php;h=7ebe0957f86dfec99e3dff02974f2c57479a0f00;hb=9cb3c72a99fe8d5fe4f5413ec98affc68b125f64;hp=7322119d5a5870d64fd73470f5f1e72f3bfc69a8;hpb=7aa496666dd1d41fc58dc9bbacd1e9877ed875a7;p=hub.git diff --git a/application/hub/main/filter/bootstrap/class_HubBootstrapGenSessionIdFilter.php b/application/hub/main/filter/bootstrap/class_HubBootstrapGenSessionIdFilter.php index 7322119d5..7ebe0957f 100644 --- a/application/hub/main/filter/bootstrap/class_HubBootstrapGenSessionIdFilter.php +++ b/application/hub/main/filter/bootstrap/class_HubBootstrapGenSessionIdFilter.php @@ -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(); } }