Is it possible to modify the values inside the super global array _Session in PhP? Assume that the _Session is writing to files.
The reason I ask this is because I have two application, the front end and the back end. The backend uses some variables inside the _Session object, and the front end must be able to modify those values so that it can communicate with the backend.