Hi.
In Session model I see the following comment :
// Functions to set and retrieve data from SESSION : do not use direct $_SESSION
Furthermore it store values in an array at the $_SESSION[ $projeqtorSession].
It seems a good idea, but unfortunately often it is not applied and values are stored directly in SESSION.
Do you plan to extend the usage of model Session or that idea has been you abandoned for a specific reason ?
Thank you for your attention
In Session model I see the following comment :
// Functions to set and retrieve data from SESSION : do not use direct $_SESSION
Furthermore it store values in an array at the $_SESSION[ $projeqtorSession].
It seems a good idea, but unfortunately often it is not applied and values are stored directly in SESSION.
Do you plan to extend the usage of model Session or that idea has been you abandoned for a specific reason ?
Thank you for your attention