I'm working with php sessions, and I have a quick question to answer, but I'm not clear on the official PHP documentation.
What I want to do is that after starting a session (session_start ()), I close it, but without destroying the variable information.
There is some suitable function for this, or you would have to necessarily refresh the browser.