User Authentication problems

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default User Authentication problems

    hi everyone i am using a php site and i have been trying to implement user
    authentication by completing the macromedia tutorial "Macromedia - Developer
    Center Implementing User Authentication" and i have done exactly what they say
    to do but i manage to log in alright but if i go to another page which checks
    for user authentication it keeps on failing and goin back to the login
    page("where i set it to go") is there any secrets in how i am supposed to be
    storing the columns in mysql or somethin that i dont know of?? any information
    would be great

    davetheNewbie Guest

  2. Similar Questions and Discussions

    1. User Authentication Scripts
      Okay i have a page where it captures a user name and password, and once i type in the correct user name and password, i want the user details to...
    2. User Authentication
      Hi All: I would like to have certain areas of a site that I am developing password protected but I am not sure how to go about doing this. I know...
    3. XP user authentication
      Folks, Given the following function signature: bool AutheticateUser(string uid, string pwd); Can anyone tell me which .Net class.function API...
    4. SQL User authentication
      Is it possible to authenticate user using a SQL database, containing users and passwords? What I want to achive is: I have as SQL database...
    5. DB User authentication.
      Not a programmin newbie, but a PHP newbie. I'm working off the user authentication and database thing off hotscripts.com. It doesn't work, yet...
  3. #2

    Default Re: User Authentication problems

    davetheNewbie wrote:
    > i manage to log in alright but if i go to another page which checks
    > for user authentication it keeps on failing and goin back to the login
    > page("where i set it to go") is there any secrets
    Yes, the great secret is that it's a "high severity bug" in Dreamweaver
    (Macromedia's words, not mine). I reported this to MM in April last
    year; they acknowledged the problem; but did nothing about it. The
    analysis and (fortunately simple) solution are here (watch any wrap in
    the URL):

    [url]http://friendsofed.infopop.net/2/OpenTopic?a=tpc&s=989094322&f=8033053165&m=3241024 21&r=324102421#324102421[/url]

    It's a long thread, but you need read only the first post from me. Most
    of the rest of the thread is from someone who had a completely unrelated
    problem.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers 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