Forum Moderators: coopster
Right now, if your user name and password match, it just says you have logged in, if they don't, it puts you back at login screen.
I have not messed with sessions before.
Do I create the session after the query and verifys the login? And then have it load my menu page, where i would call session?
PHP User Authentication [webmasterworld.com]
The session carries over fine.
It was not working before I used the include. I was redirecting the user to the menu page with header ( "location:.............
I put session_start(); at the top of the page but it wasn't working.
Should it have worked but I was doing something wrong?
Thank you.