Question
User Authentication PHP
Hi, I have used the Dreamweaver User Authentication to create
a login page and protected page. The code works fine and
authenticates the user and directs them to the protected page but
this promptly boots them out as not authenticated. The testing
server is creating a session variable MM_username and inserting the
correct value from the mysql database. But the process is creating
two further sessions which are blank. It seems that the login page
works and creates the session but the protected page is unable to
verify this. There are no additions to the code just straight
Dreamweaver inbuilt coding, I think this may be a PHP.ini issue
although sessions are enabled and being created. Can anyone help?
Many thanks.
Many thanks.
