WARNING » session_regenerate_id(): Session ID cannot be regenerated when there is no active session

     /home/h2st/public_html/Internal/package-storage/StorageCommonMethods.php
        

122.     }
123. 
124.     /**
125.      * Protected regenerate session id
126.      */
127.     protected function regenerateSessionId()
128.     {
129.         if( $this->regenerate === true )
130.         {
131. 
            
session_regenerate_id(); 132.         } 133.     } 134.  135.     /** 136.      * Protected add type 137.      */ 138.     protected function addType(&$type$name$value) 139.     { 140.         if( $addType = ($this->param['addType'] ?? NULL) ) 141.         {