Remember Me

Discussion in 'Setting-up protection' started by mdauphinais1, Dec 26, 2006.

  1. mdauphinais1

    mdauphinais1 New Member

    Joined:
    Sep 3, 2006
    Messages:
    11
    I have set it up so that there is a login.php file with the login form that appears on every page on the site via an IFRAME. I implemented the Remember Me checkbox

    <input type="checkbox" name="remember_login" value="1">

    but it doesn't work. If I close the browser window and open it back up the page has the user name and password fields displaying again.

    In the login.php file I have <?php session_start(); ?> at the very top. Any ideas?
  2. mdauphinais1

    mdauphinais1 New Member

    Joined:
    Sep 3, 2006
    Messages:
    11
    I just noticed too that when you login with the form in the IFRAME even when that says you are logged in, the parent page doesn't think you are.

    http://www.emphaticradio.com if you want to see what I am talking about. The Listen Now link goes to a page protected by the PHP_include.
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Please contact us via helpdesk with ftp info.
  4. mdauphinais1

    mdauphinais1 New Member

    Joined:
    Sep 3, 2006
    Messages:
    11
    Completed via Help Desk. Thanks.

Share This Page