$HTTP_SESSION_VARS is deprecated according to PHP documentation - needs
convertion to $_SESSION
-----------------------------------------------------------------------------------------------
Key: OLIO-21
URL: https://issues.apache.org/jira/browse/OLIO-21
Project: Olio
Issue Type: Bug
Components: php-app
Environment: All
Reporter: Akara Sucharitakul
Assignee: Akara Sucharitakul
$HTTP_SESSION_VARS was deprecated since PHP 4.1. It is not an auto global and
access to it from several scripts is becoming fragile as we cannot access them
in functions and objects. This is an easy but widespread change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.