Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Login problems.....

    Im running PHP / MySQL and are building up two different websites at the moment.

    I have no problem addint the dynamic data, recordsets, login features etc.
    Everything works fine up till the point where I add the restricted login
    feature from the dreamweaver menu. Then I suddnly cant get to the preoteced
    page.

    Example is this: index.php has the login. I enter valid user and password (the
    user etc are in the db) and hit login button. Without the restricted access add
    on the second apge (called index2.php) it works fine and the page loads ok.
    Now, when i add the restricted part I cant suddenly login and I end up at the
    first index.php page.

    I have debugged as far as I know and rebuilt the page 3 times just to make
    sure I havent done anything wrong, but I cant get it to work. Cookies are all
    set and working and I have tryed from 5 different comps and it still wont work.


    Any ideas? Im grateful for any help.

    /Jimmy Persson, Sweden

    JimmyPersson Guest

  2. Similar Questions and Discussions

    1. Login and New User Problems
      I'm using php for my website and I add in the insert record and then check new user to a page. Then when I go check the page in my web browser it...
    2. User Login Problems
      Hello and thanks in advance. I want to preface by saying the network I am on prohibits me from using the application panel to define my database...
    3. Password & Login Problems
      I set up a login password for my notebook computer and then decided I didn't need it. I removed it and now the login screen still comes up at...
    4. PHP Local Login Problems
      Trying to log in to PHP local server on Mac OS X. I keep getting an error message about the testing server. What exactly do I put into the testing...
    5. SQL Server/IIS login problems
      I have written a simple web app that connects to a local instance of SQL Server to run queries. The virtual directory in IIS is "myapp", and there...
  3. #2

    Default Re: Login problems.....

    Have you checked to see if you have selected to use the Access Level..?

    If the page with the Restrict Access is looking for a Level, but you have not
    set this up with the Login page, it might be sending you back.

    Originally posted by: JimmyPersson
    Im running PHP / MySQL and are building up two different websites at the
    moment.

    I have no problem adding the dynamic data, recordsets, login features etc.
    Everything works fine up till the point where I add the restricted login
    feature from the dreamweaver menu. Then I suddnly cant get to the preoteced
    page.

    Example is this: index.php has the login. I enter valid user and password (the
    user etc are in the db) and hit login button. Without the restricted access add
    on the second apge (called index2.php) it works fine and the page loads ok.
    Now, when i add the restricted part I cant suddenly login and I end up at the
    first index.php page.

    I have debugged as far as I know and rebuilt the page 3 times just to make
    sure I havent done anything wrong, but I cant get it to work. Cookies are all
    set and working and I have tryed from 5 different comps and it still wont work.

    The problem occures as soon as I add the restricted access to page feature
    found in dreamweaver.

    Any ideas? Im grateful for any help.

    /Jimmy Persson, Sweden



    CarlGrint Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139