Index: branches/5.3.x/core/kernel/application.php =================================================================== diff -u -N -r15581 -r15650 --- branches/5.3.x/core/kernel/application.php (.../application.php) (revision 15581) +++ branches/5.3.x/core/kernel/application.php (.../application.php) (revision 15650) @@ -1,6 +1,6 @@ registerClass('kHTTPQuery', KERNEL_PATH . '/utility/http_query.php', 'HTTPQuery'); // session + $this->registerClass('kCookieHasher', KERNEL_PATH . '/utility/cookie_hasher.php'); $this->registerClass('Session', KERNEL_PATH . '/session/session.php'); $this->registerClass('SessionStorage', KERNEL_PATH . '/session/session_storage.php'); $this->registerClass('InpSession', KERNEL_PATH . '/session/inp_session.php', 'Session'); @@ -3023,4 +3024,4 @@ { $this->_logger->delete($unique_id, $storage_medium); } -} \ No newline at end of file +}