Hello all
I have two pages using sessions, however when someone uses the first, a session is used and the user cannot use that page again. But then he also cannot use the second page because of the session. He would have to quit his browser and come back?
What is the FASTEST way to fix this?
There is a session_start(); function in both pages.
How do I use a second Session in the second page?
Thanks