N°3985 - Performance checks on the back end - Use Session helper

This commit is contained in:
Eric
2021-08-26 10:27:26 +02:00
parent 2c2155a8e0
commit bd9286f903
13 changed files with 135 additions and 97 deletions

View File

@@ -1174,7 +1174,7 @@ class phpCAS
}
/**
* Checks whether authenticated based on $_SESSION. Useful to avoid
* Checks whether authenticated based on _SESSION. Useful to avoid
* server calls.
*
* @return bool true if authenticated, false otherwise.