I am having a problem with SESSION.
I thought that once I created a session variable, I can use it as long as session is alive.
But, when I reached 5th page, all session values are gone.
I tried to print out the values, using echo, but nothing was printed out.
On the 5th page, I call $_GET in order to get a passed value from the previous page. Is this the problem?