I keep getting asked to log in (after the first successful attempt)

Issue #18 wontfix
Former user created an issue

Originally reported on Google Code with ID 18 ``` 1. I launch phpLiteAdmin for the first time and am asked to log in ("Remember me" option is set). 2. Upon success, I am presented with a list of tables in my database. It's good so far. 3. I select any table in the DB and am asked to log in again. All my subsequent attempts to log in fail.

If I remove an cookie for this site, I can go through the steps above again.

This happens only on my production server (HostGator).

I'd like to have this fixed very soon. A temporary workaround would be good too. ```

Reported by `romanrmr` on 2011-05-06 00:31:14

Comments (6)

  1. Former user Account Deleted

    ``` This happens in the public version, 1.8.3, and even in the v1.8.4 (r99). ```

    Reported by `romanrmr` on 2011-05-06 00:46:32

  2. Former user Account Deleted

    ``` I've created a workaround: disabled authorization a block near if(isset($_POST['database_switch']))..., which started creating problems after I disabled authorization. ```

    Reported by `romanrmr` on 2011-05-06 01:18:12

  3. Former user Account Deleted

    ``` You'll want to turn off register_globals in php.ini or set the env variable. ```

    Reported by `gyssler` on 2011-05-13 21:05:34

  4. Former user Account Deleted

    ```

    You'll want to turn off register_globals in php.ini or set the env variable.

    Is this your recommendation to users? I think the software needs to be robust enough to handle different situations. ```

    Reported by `romanrmr` on 2011-05-13 22:27:59

  5. Dane Iracleous

    ``` Yes, you need to disable register_globals. v1.8.5 will not let you proceed without doing that. I can't think of any other way to dealing with this. If you figure it out, let me know. ```

    Reported by `diracleo` on 2011-05-28 23:09:55 - Status changed: `WontFix`

  6. Log in to comment