0

I have a script that calls a function that starts the session with session_start(); command.
If the user closes the page early, will the session variables remain stored and waste memory? Or do I have to run session_destroy() at some point?
I'm worried that multiple users would force to server to store a lot of extra data.

Eric
  • 1

0 Answers0