PHP Session Variables Implemented in a Browser Tab Independent Way

After building some huge server actions based on passing server side information through PHP session variables, I have found out that these values are shared between versions of my app running in different browser tabs.

Upon looking for a solution it seems that session variables can be stored as an array in PHP, with one field being some kind of unique identifier to the browser tab that is open.

This a request for the option for Wappler PHP Session variables to be implemented using arrays in the background so that we can keep the same simple user interface and have session variable values which are browser tab independent.

Community Page
Last updated: