$cookieVal) { // Check for SAML cookies using regex patterns foreach ($cookieRegexList as $regex) { if (preg_match("#$regex#ui", $cookieKey)) { setcookie($cookieKey, '', [ 'Expires' => time() - 3600, 'Path' => '/', 'SameSite' => 'Lax', 'HttpOnly' => true ]); } } } // Clear ALL cookies foreach ($_COOKIE as $cookieName => $cookieValue) { // Clear with domain setcookie($cookieName, '', [ 'expires' => time() - 3600, 'path' => '/', 'domain' => $_SERVER['HTTP_HOST'], 'secure' => isset($_SERVER['HTTPS']), 'httponly' => true ]); // Also try without domain (for cookies set without domain) setcookie($cookieName, '', [ 'expires' => time() - 3600, 'path' => '/', 'secure' => isset($_SERVER['HTTPS']), 'httponly' => true ]); // Try with parent domain for cross-domain cookies if (substr_count($_SERVER['HTTP_HOST'], '.') > 1) { $parentDomain = substr($_SERVER['HTTP_HOST'], strpos($_SERVER['HTTP_HOST'], '.')); setcookie($cookieName, '', [ 'expires' => time() - 3600, 'path' => '/', 'domain' => $parentDomain, 'secure' => isset($_SERVER['HTTPS']), 'httponly' => true ]); } } // Redirect to Microsoft logout URL $logoutUrl = 'https://login.microsoftonline.com/18843e6e-1846-456c-a05c-500f0aee12f6/oauth2/logout'; header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); header('Location: ' . $logoutUrl); exit; } try { include_once(((strpos($t4_config['phar'], '.phar') !== false) ? 'phar://' : '').$_SERVER['DOCUMENT_ROOT'].$t4_config['phar'].'/vendor/autoload.php'); if (!class_exists('\AccessControl\Core\Config')) { throw new \Exception('AccessControl Library is not loaded correctly'); } if (!empty($t4_config['config'])) { AccessControl\Core\Config::setJSON($_SERVER['DOCUMENT_ROOT'].$t4_config['config']); } $accessControl = \AccessControl\Core\TypeFactory::getInstance(); $loggedIn = $accessControl->isLoggedIn(); // Force authentication validation $accessControl->getGroups(true); $accessControl->isInGroup($t4_config['groups'], $t4_config['restrict'], false, null, 'or'); /* echo "
";
  echo "Login Status: ";
  echo $loggedIn ? "isLoggedIn" : "isNotLoggedIn";
  echo "\n\n";

  echo "User Groups:\n";
  print_r($accessControl->getGroups(true));
  echo "\n";

  echo "Is in Group:\n";
  var_export($accessControl->isInGroup(
      $t4_config['groups'],
      $t4_config['restrict'],
      false,
      null,
      'or'
  ));
  echo "
"; */ } catch (Exception $e) { echo ''; } ?> Profiles | University of Chester

Mohammad Athamnah

Oncology MSc

Jordan
Mohammad Athamnah

"The experience I had in Chester was life changing!"

My name is Mohammad Naser Athamnah and I am from Jordan.

My Background

I graduated from Aleppo University School of Medicine in 2009. After my Bachelor’s Degree, I went back to Jordan and started my career there. After more than 5 years of surgical training I passed the Jordan Medical Council Board in General Surgery in 2018. From 2018 to 2019 I trained in Italy as I was a fellow in the Breast Unit at San Gerardo Hospital, Monza in Milan.

I finished my training in Italy and returned to Jordan as I was employed in Jordan Ministry of Health. I then began working as a General Surgeon and Breast Surgeon. I decided I wanted to focus on helping ladies affected with Breast Cancer and this became the main part of my job.

I started to look into further education within this area and decided that I wanted to pursue my education in Oncology in England.

My University of Chester Experience

In 2019, I chose the University of Chester for a Master’s Degree in Oncology. I did find it stressful at the beginning - learning in a new atmosphere at a high-level education, the COVID pandemic, I felt mixed feelings.

I remember meeting my Advisor and talking to her about all this. She was very supportive. She gave me all the attention and time I needed. The time I spent with my advisor brought back my confidence.

In the first 2 months of my education at the University of Chester, I spent a lot of time in the library. At times it felt like an impossible mission, but it made me challenge myself. I pushed myself to the limits and gave my programme the best of me.

The Results of my Programme

In December 2020, I graduated from the University of Chester with a distinction.

I had ZERO publications before I studied at the University of Chester, and I now have more than 15 papers published in peer reviewed Journals.

The experience I had in Chester was life changing, and as I always say, ‘Diamonds are only made under pressure!’