forked from Wavyzz/dolibarr
page context and can be used inside any pages. However usage of _SESSION must never be used inside a library (except for function dedicated to HTML page context), and never inside object classes (we must use $this->errors, $this->mesgs or $this->warnings instead).