Hi, Is there a global session variable which is global , i mean which can be accessed by every request and changed by any one , Which destoys itself once the...
I don't think if there is such an equivalent in PHP. You will have to store the data in the file system by some means inorder to provide application-wide...