Security Assist users_profile
For some reason the users_profile page is submitting a pre-populated form with a customer name and address that is not in our database.  The page is not creating the login customer name and address.  The auto-login is not working so I have removed temporaroly from the site.  Please advise as to why users_profile page is generating this name and address.
On top of page looks like an error?
if (!isset($_SESSION)) { session_start(); } ?> 
users_Profile.php
Inquiry - Does remember me and auto-login both have to be checked to make this work with cookies?  I recreated a version myself and checked both and it goes to the profile page with auto-login.
Question 2- when I created the above inquiry, the profile page only entered the e-mail address not the complete profile.  I do not see how to get the complete profile up when all I have entered for requirements on the registration page is the e-mail and password.  Please advise as to the auto-login issue.
Thank you for your time, Cathy


