Log In User worked and then it didn't!

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

  1. #1

    Default Log In User worked and then it didn't!

    Very strange. I have the Log In User behavior on a live site and it worked
    fine for a month. Then two days ago it just completely stopped working and now
    won't allow anyone to log in. The exact same code and database continues to
    function correctly on my local development machine. The only thing that
    happened a couple days ago is that someone set themselves up to be an
    administrator of the live site using Contribute 2. Can this possibly have
    anything to do with it? Or could the hosting service have changed some
    settings that would make this happen? The database can be queried correctly
    on the hosting server. And yes, of course I've verified that the usernames and
    passwords I'm trying are correct. If it matters it's a PHP/MySQL setup on a
    virtual server. Any ideas?

    crunch42 Guest

  2. Similar Questions and Discussions

    1. Help! It worked before but not anymore!
      I successfully downloadd Flash player yesterday and was able to use it until last night. I couldn't get to view anything that require flash player....
    2. I don't know what else to do! Nothing has worked for me
      I have tried the ccleaner, and many of the suggestions in this forum and I can't get my flash to work. I like to play arcade games and certain...
    3. THIS WORKED FOR ME AFTER WEEKS OF LOOKING...
      OK, So here I was with my angry six year old daughter not able to get on Disney`s Virtual Magic Kingdom because of the last update I had done to...
    4. Need help w/ VB6 DLL called from ASP... worked for 4 years, now fa
      Hi... I have a problem and I'm hoping someone could help me.. I am running a web site under IIS 6 on Win2003 Server (classic ASP, not ASP.NET)...
    5. 8.0 Beta3 worked, RC1 didn't!
      Hi all, I'm using psql 8.0.0 on a client's site who's running win server 2003. We've had him on beta 3 for some time, and no problems at all...
  3. #2

    Default Re: Log In User worked and then it didn't!

    If you are using the standard login behaviour it uses Session variables. I
    would check that sessions have not been turned off on the server,

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "crunch42" <webforumsuser@macromedia.com> wrote in message
    news:cvjdl9$i2d$1@forums.macromedia.com...
    > Very strange. I have the Log In User behavior on a live site and it
    worked
    > fine for a month. Then two days ago it just completely stopped working
    and now
    > won't allow anyone to log in. The exact same code and database continues
    to
    > function correctly on my local development machine. The only thing that
    > happened a couple days ago is that someone set themselves up to be an
    > administrator of the live site using Contribute 2. Can this possibly have
    > anything to do with it? Or could the hosting service have changed some
    > settings that would make this happen? The database can be queried
    correctly
    > on the hosting server. And yes, of course I've verified that the
    usernames and
    > passwords I'm trying are correct. If it matters it's a PHP/MySQL setup on
    a
    > virtual server. Any ideas?
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: Log In User worked and then it didn't!

    No, that's not it. The host confirmed that sessions are not disabled and I verified it by passing a session variable.
    crunch42 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