X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fload_cache.php;h=08e882be963b15c34d7fb28ae16dd5a0e03b83af;hb=0ab2e7a1001f1ccdb1b7c09dd0114b9c80f0df98;hp=76b8b4d269c81388947ebc3ab6473cdc0d502dec;hpb=4373e155854012d687fdfcae4c69d1a940883fab;p=mailer.git diff --git a/inc/load_cache.php b/inc/load_cache.php index 76b8b4d269..08e882be96 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -63,6 +63,9 @@ loadIncludePool('cache'); // Init filter system initFilterSystem(); +// Init session +initSession(); + // Init system here runFilterChain('init');