Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How can I save session variable per tab and not per browser in PHP?

I've programmed a tool in PHP. In the code I store some information in the session. But the problem is that the session is window-based and not on the tab. Is there a way to save the variable in each tab, and on closing the tab the data will be removed?

I don't want to use GET so this is not a solution for me.

Comments