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
Post a Comment