mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-28 23:55:54 +01:00
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).