I am now running PHP4 and understand that "Sessions" will keep the value of a global variable (or any variable?) from one webpage to the next. Is this true? I'm getting a lot of mis-information on this topic.
What I would like to do is play a background sound when the page loads. But I only want to do this once. I don't want the user hearing the same sound over and over if he chooses to reload the page for whatever reason.
Is there any way to do this with a global variable, or is a session required?