My question is how many $_SESSION variables can I use in a single page?
On my first page, I have two $SESSION variables, which work perfectly fine.
On the second page, I created two more $SESSION variables. It seems that verifying $SESSION variables on the second page works, but when it comes to query, it just doesn't work. It is supposed to redirect to the next page if the data matches with the $SESSION variables, and if not, it should display the "NO Match" message. But neither happens.
I am not sure if this has something to do with $_SESSION or not, but that's the only thing I could think of because query itself is correct.
Please help me!!!