I’m having a problem with $_Session vars being passed between pages.
I have an index page that asks for a user name and password. This page goes to “loginchk.php”. This page queries the MySql data base to verify the login. If the login is correct it goes to “menu.php”.
My problem is that when it get’s to “menu.php”, the only variables that are set are the user logon and the password from “index.php”.
The other weird thing is that if the login fails and bounces it back to the login page, the error message that is passed in a $_Session var is there!
I’m sure that I’m doing something stupid but I can’t see it
Thanks
Glenn